Skip to content

Commit ea3dc7e

Browse files
committed
ci: split up install/run steps
1 parent b1226ab commit ea3dc7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-services.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: pnpm/action-setup@v4
33-
- run: pnpm i --frozen-lockfile && node api/src/util/test run-tests-for ${{ matrix.service }}
33+
- run: pnpm i --frozen-lockfile
34+
- run: node api/src/util/test run-tests-for ${{ matrix.service }}
3435
env:
3536
HTTP_PROXY: ${{ secrets.API_EXTERNAL_PROXY }}
3637
TEST_IGNORE_SERVICES: ${{ vars.TEST_IGNORE_SERVICES }}

0 commit comments

Comments
 (0)