mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-13 14:16:25 +01:00
ci: use external proxy for tests
This commit is contained in:
parent
a06bad161a
commit
71d17cc31d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-services.yml
vendored
3
.github/workflows/test-services.yml
vendored
|
@ -31,3 +31,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
- 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…
Reference in a new issue