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.
1 parent b1226ab commit ea3dc7eCopy full SHA for ea3dc7e
.github/workflows/test-services.yml
@@ -30,7 +30,8 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
- uses: pnpm/action-setup@v4
33
- - run: pnpm i --frozen-lockfile && node api/src/util/test run-tests-for ${{ matrix.service }}
+ - run: pnpm i --frozen-lockfile
34
+ - run: node api/src/util/test run-tests-for ${{ matrix.service }}
35
env:
36
HTTP_PROXY: ${{ secrets.API_EXTERNAL_PROXY }}
37
TEST_IGNORE_SERVICES: ${{ vars.TEST_IGNORE_SERVICES }}
0 commit comments