We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0437dd commit ef31b8dCopy full SHA for ef31b8d
.github/workflows/matchapp-pytest.yml
@@ -0,0 +1,13 @@
1
+on:
2
+ push:
3
+ paths:
4
+ - 'pgscatalog.matchapp/**.py'
5
+ pull_request:
6
7
8
+
9
+jobs:
10
+ matchapp-pytest:
11
+ uses: ./.github/workflows/pytest.yaml
12
+ with:
13
+ package-directory: "pgscatalog.matchapp"
.github/workflows/matchlib-pytest.yml
@@ -7,7 +7,7 @@ on:
- 'pgscatalog.matchlib/**.py'
jobs:
- pytest-corelib:
+ pytest-matchlib:
uses: ./.github/workflows/pytest.yaml
with:
package-directory: "pgscatalog.matchlib"
0 commit comments