ci(test): set https_proxy env for test workflow

Adds the https_proxy environment variable to the test job in the GitHub Actions workflow to route requests through the specified proxy.
This commit is contained in:
Parker Brown
2025-08-22 12:24:32 -07:00
parent bf559f8544
commit d988c9aaad
+2
View File
@@ -44,6 +44,8 @@ jobs:
- run: npm run build
- uses: ./ # Uses the action in the root directory
id: test
env:
https_proxy: https://example.com
with:
app-id: ${{ vars.TEST_APP_ID }}
private-key: ${{ secrets.TEST_APP_PRIVATE_KEY }}