We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 217abe1 + 6c52535 commit 31af4b8Copy full SHA for 31af4b8
.github/workflows/config.json
@@ -0,0 +1,5 @@
1
+{
2
+ "node": true,
3
+ "integration": true,
4
+ "microservices": "tests/integration/microservices"
5
+}
.github/workflows/test.yml
@@ -11,6 +11,4 @@ jobs:
11
uses: Geode-solutions/actions/.github/workflows/js-test.yml@master
12
with:
13
repos: ${{ vars.REPOS }}
14
- integration: true
15
- microservices_path: "tests/integration/microservices"
16
secrets: inherit
.github/workflows/test_pr.yml
@@ -9,6 +9,4 @@ jobs:
9
uses: Geode-solutions/actions/.github/workflows/js-test-pr.yml@master
10
0 commit comments