Skip to content

Commit f5824ee

Browse files
committed
microservices_path: "tests/integration/microservices"
1 parent ddcbd70 commit f5824ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
with:
1313
repos: ${{ vars.REPOS }}
1414
integration: true
15+
microservices_path: "tests/integration/microservices"
1516
secrets: inherit

.github/workflows/test_pr.yml

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

0 commit comments

Comments
 (0)