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`