mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-29 03:56:33 -05:00
fix(ci): Set yarn network-timeout to 10 minutes to avoid spurious network failures (#317)
This commit is contained in:
parent
b7424ffaf5
commit
7d111e18fe
2 changed files with 4 additions and 2 deletions
|
|
@ -85,7 +85,8 @@ jobs:
|
|||
|
||||
- name: Install Frontend Dependencies
|
||||
working-directory: src-gui
|
||||
run: yarn install
|
||||
# Set the yarn network timeout to a high value to avoid spurious network errors
|
||||
run: yarn install --network-timeout 600000
|
||||
|
||||
- name: install tauri-cli globally
|
||||
uses: taiki-e/cache-cargo-install-action@v2
|
||||
|
|
|
|||
|
|
@ -71,7 +71,8 @@ jobs:
|
|||
|
||||
- name: install frontend dependencies
|
||||
working-directory: src-gui
|
||||
run: yarn install
|
||||
# Set the yarn network timeout to a high value to avoid spurious network errors
|
||||
run: yarn install --network-timeout 600000
|
||||
|
||||
- name: install tauri-cli globally
|
||||
uses: taiki-e/cache-cargo-install-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue