chore: increase yarn network timeout (#6053)
This commit is contained in:
parent
f558ce06e3
commit
6206b1ad36
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: log versions
|
||||
run: node --version && npm --version && yarn --version
|
||||
- name: install dependecies
|
||||
run: yarn --frozen-lockfile && yarn bootstrap
|
||||
run: yarn --frozen-lockfile --network-timeout 1000000 && yarn bootstrap
|
||||
- name: run unit tests
|
||||
run: yarn test:ci
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user