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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user