|
|
@ -11,6 +11,9 @@ jobs:
|
|
|
|
build:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v1
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
node-version: 12.x
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- run: npm ci
|
|
|
|
- run: npm ci
|
|
|
|
- run: npm run build
|
|
|
|
- run: npm run build
|
|
|
@ -141,7 +144,6 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
test-bypass-proxy:
|
|
|
|
test-bypass-proxy:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
container: alpine/git:latest
|
|
|
|
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
https_proxy: http://no-such-proxy:3128
|
|
|
|
https_proxy: http://no-such-proxy:3128
|
|
|
|
no_proxy: api.github.com,github.com
|
|
|
|
no_proxy: api.github.com,github.com
|
|
|
|