Skip to content

Commit 31af4b8

Browse files
authored
Merge pull request #234 from Geode-solutions/fix/actions-config
Fix/actions config
2 parents 217abe1 + 6c52535 commit 31af4b8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"node": true,
3+
"integration": true,
4+
"microservices": "tests/integration/microservices"
5+
}

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ jobs:
1111
uses: Geode-solutions/actions/.github/workflows/js-test.yml@master
1212
with:
1313
repos: ${{ vars.REPOS }}
14-
integration: true
15-
microservices_path: "tests/integration/microservices"
1614
secrets: inherit

.github/workflows/test_pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ jobs:
99
uses: Geode-solutions/actions/.github/workflows/js-test-pr.yml@master
1010
with:
1111
repos: ${{ vars.REPOS }}
12-
integration: true
13-
microservices_path: "tests/integration/microservices"
1412
secrets: inherit

0 commit comments

Comments
 (0)