From 71f9ca191af52b88adf0fd35a016ca5b18b58970 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Fri, 24 Jan 2020 17:05:25 -0500 Subject: [PATCH] . --- .github/workflows/workflow.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 5dd7e93c..8b273b05 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -69,3 +69,19 @@ jobs: - name: Verify node and npm 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