diff --git a/.github/workflows/test-services.yml b/.github/workflows/test-services.yml index ad6e25b7..0833380d 100644 --- a/.github/workflows/test-services.yml +++ b/.github/workflows/test-services.yml @@ -32,5 +32,5 @@ jobs: - 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 }} + HTTP_PROXY: ${{ secrets.API_EXTERNAL_PROXY }} TEST_IGNORE_SERVICES: ${{ vars.TEST_IGNORE_SERVICES }}