From 6bb8bc8391e35f2fcbe0da70eaf29a8a2584546c Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 3 Apr 2026 09:21:25 +0200 Subject: [PATCH] ci: use proxy for integration tests --- .github/workflows/e2e-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-integration-test.yml b/.github/workflows/e2e-integration-test.yml index 3c66f5c8..a5020c42 100644 --- a/.github/workflows/e2e-integration-test.yml +++ b/.github/workflows/e2e-integration-test.yml @@ -62,7 +62,7 @@ jobs: - name: run end to end integration tests continue-on-error: true run: | - ./lightpanda serve --log-level error & echo $! > LPD.pid + ./lightpanda serve --http-proxy ${{ secrets.MASSIVE_PROXY_RESIDENTIAL_US }} --log-level error & echo $! > LPD.pid go run integration/main.go |tee result.log kill `cat LPD.pid`