Skip to content

Commit

Permalink
build: add to yarn install timeout 1000000
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Feb 17, 2021
1 parent 1769b56 commit 8dc3196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-env name=TAG::$(cat TAG)"

- name: yarn install
run: yarn install
run: yarn install --network-timeout 1000000

- name: Build
run: yarn run build
Expand Down

0 comments on commit 8dc3196

Please # to comment.