Set NODE_USE_ENV_PROXY in test workflow

Adds NODE_USE_ENV_PROXY=1 to the test job environment in GitHub Actions to enable proxy usage via environment variable.
This commit is contained in:
Parker Brown
2025-08-22 12:29:23 -07:00
parent d988c9aaad
commit 926b8abad2
+1
View File
@@ -45,6 +45,7 @@ jobs:
- uses: ./ # Uses the action in the root directory
id: test
env:
NODE_USE_ENV_PROXY: 1
https_proxy: https://example.com
with:
app-id: ${{ vars.TEST_APP_ID }}