mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 12:22:12 +00:00
.
This commit is contained in:
parent
3d683016c5
commit
71f9ca191a
1 changed files with 16 additions and 0 deletions
16
.github/workflows/workflow.yml
vendored
16
.github/workflows/workflow.yml
vendored
|
@ -69,3 +69,19 @@ jobs:
|
||||||
|
|
||||||
- name: Verify node and npm
|
- name: Verify node and npm
|
||||||
run: __tests__/verify-node.sh 10 5
|
run: __tests__/verify-node.sh 10 5
|
||||||
|
|
||||||
|
test-bypass-proxy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
https_proxy: http://no-such-proxy:3128
|
||||||
|
no_proxy: github.com,nodejs.org,registry.npmjs.org
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@users/ericsciple/m165proxy
|
||||||
|
|
||||||
|
- name: Setup node 10
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
node-version: 10.x
|
||||||
|
|
||||||
|
- name: Verify node and npm
|
||||||
|
run: __tests__/verify-node.sh 10 5
|
||||||
|
|
Loading…
Add table
Reference in a new issue