From 71d17cc31d1a740cc6f3b4fc744e4769673cb2dd Mon Sep 17 00:00:00 2001 From: jj Date: Mon, 10 Feb 2025 21:55:20 +0000 Subject: [PATCH] ci: use external proxy for tests --- .github/workflows/test-services.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-services.yml b/.github/workflows/test-services.yml index 77242cb8..993fbcb4 100644 --- a/.github/workflows/test-services.yml +++ b/.github/workflows/test-services.yml @@ -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"