Skip to content

Commit

Permalink
build(yarn): increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed Jan 19, 2022
1 parent fb04af5 commit 6efb773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
shell: pwsh
run: |
$sha = (git rev-parse --short HEAD)
yarn config set network-timeout 300000
yarn --silent
$env:SHORT_SHA=$sha; yarn release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Build
run: |
$sha = (git rev-parse --short HEAD)
yarn config set network-timeout 300000
yarn install --silent
$env:SHORT_SHA=$sha; yarn build:ci
Expand Down

0 comments on commit 6efb773

Please sign in to comment.