diff --git a/.github/workflows/config.json b/.github/workflows/config.json new file mode 100644 index 00000000..737fdf1b --- /dev/null +++ b/.github/workflows/config.json @@ -0,0 +1,5 @@ +{ + "node": true, + "integration": true, + "microservices": "tests/integration/microservices" +} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b78fb0d..943798b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,4 @@ jobs: uses: Geode-solutions/actions/.github/workflows/js-test.yml@master with: repos: ${{ vars.REPOS }} - integration: true - microservices_path: "tests/integration/microservices" secrets: inherit diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index bddcb1e4..b9d9425e 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -9,6 +9,4 @@ jobs: uses: Geode-solutions/actions/.github/workflows/js-test-pr.yml@master with: repos: ${{ vars.REPOS }} - integration: true - microservices_path: "tests/integration/microservices" secrets: inherit