Skip to content

Commit

Permalink
CI: Set a timeout when installing packages to avoid failing with unst…
Browse files Browse the repository at this point in the history
…able network

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and rafaellehmkuhl committed Mar 17, 2023
1 parent 7d95afe commit af7c00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run yarn
run: |
yarn install --frozen-lockfile
yarn install --frozen-lockfile --network-timeout 300000
yarn lint
yarn typecheck
yarn build
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build electron
run: |
npm install --global yarn
yarn install --frozen-lockfile
yarn install --frozen-lockfile --network-timeout 300000
yarn build
yarn deploy:electron
Expand Down

0 comments on commit af7c00c

Please sign in to comment.