mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-30 06:24:25 +02:00
ci: use external proxy for tests
This commit is contained in:
parent
a06bad161a
commit
71d17cc31d
3
.github/workflows/test-services.yml
vendored
3
.github/workflows/test-services.yml
vendored
@ -31,3 +31,6 @@ jobs:
|
|||||||
- 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 && node api/src/util/test run-tests-for ${{ matrix.service }}
|
||||||
|
env:
|
||||||
|
API_EXTERNAL_PROXY: ${{ secrets.API_EXTERNAL_PROXY }}
|
||||||
|
TEST_IGNORE_SERVICES: "none"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user