Merge pull request #2075 from lightpanda-io/e2e-integration-proxy

use proxy for integration tests
This commit is contained in:
Pierre Tachoire
2026-04-03 14:23:10 +02:00
committed by GitHub

View File

@@ -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`