mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
.
This commit is contained in:
parent
b4f73c2bfe
commit
8f989d77af
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -11,6 +11,9 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
@ -141,7 +144,6 @@ jobs:
|
|||
|
||||
test-bypass-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine/git:latest
|
||||
env:
|
||||
https_proxy: http://no-such-proxy:3128
|
||||
no_proxy: api.github.com,github.com
|
||||
|
|
Loading…
Add table
Reference in a new issue