mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-11 13:02:51 +00:00
ci: split up install/run steps
This commit is contained in:
parent
b1226ab371
commit
ea3dc7e6a8
3
.github/workflows/test-services.yml
vendored
3
.github/workflows/test-services.yml
vendored
@ -30,7 +30,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
- run: pnpm i --frozen-lockfile && node api/src/util/test run-tests-for ${{ matrix.service }}
|
- run: pnpm i --frozen-lockfile
|
||||||
|
- run: node api/src/util/test run-tests-for ${{ matrix.service }}
|
||||||
env:
|
env:
|
||||||
HTTP_PROXY: ${{ secrets.API_EXTERNAL_PROXY }}
|
HTTP_PROXY: ${{ secrets.API_EXTERNAL_PROXY }}
|
||||||
TEST_IGNORE_SERVICES: ${{ vars.TEST_IGNORE_SERVICES }}
|
TEST_IGNORE_SERVICES: ${{ vars.TEST_IGNORE_SERVICES }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user