Skip to content

Commit ef31b8d

Browse files
committed
update pytest action
1 parent e0437dd commit ef31b8d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/matchapp-pytest.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
paths:
4+
- 'pgscatalog.matchapp/**.py'
5+
pull_request:
6+
paths:
7+
- 'pgscatalog.matchapp/**.py'
8+
9+
jobs:
10+
matchapp-pytest:
11+
uses: ./.github/workflows/pytest.yaml
12+
with:
13+
package-directory: "pgscatalog.matchapp"

.github/workflows/matchlib-pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'pgscatalog.matchlib/**.py'
88

99
jobs:
10-
pytest-corelib:
10+
pytest-matchlib:
1111
uses: ./.github/workflows/pytest.yaml
1212
with:
1313
package-directory: "pgscatalog.matchlib"

0 commit comments

Comments
 (0)