mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-11 19:51:52 -05:00
ci: bump yarn network timeout
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
- v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
||||
- v1-vue-cli-{{ .Branch }}-
|
||||
- v1-vue-cli
|
||||
- run: yarn
|
||||
- run: yarn --network-timeout 600000
|
||||
- save_cache:
|
||||
key: v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
|
||||
@@ -3,7 +3,7 @@ environment:
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- yarn
|
||||
- yarn --network-timeout 600000
|
||||
|
||||
test_script:
|
||||
- git --version
|
||||
|
||||
Reference in New Issue
Block a user