mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 04:57:51 +00:00
Increase network timeout for material-design-icons
This commit is contained in:
parent
d641cc6ce6
commit
4700a153cc
@ -24,9 +24,10 @@ jobs:
|
|||||||
name: Install project
|
name: Install project
|
||||||
# there is an issue with yarn and cache during executed on CI; for now we just run it twice, second should
|
# there is an issue with yarn and cache during executed on CI; for now we just run it twice, second should
|
||||||
# be successful. Check it later if updates fixed the issue
|
# be successful. Check it later if updates fixed the issue
|
||||||
|
|
||||||
|
# increased timeout is for material-design-icons
|
||||||
command: |
|
command: |
|
||||||
yarn || true
|
yarn install --network-timeout 1000000
|
||||||
yarn || true
|
|
||||||
|
|
||||||
# - save_cache:
|
# - save_cache:
|
||||||
# name: Save Yarn Package Cache
|
# name: Save Yarn Package Cache
|
||||||
|
Loading…
Reference in New Issue
Block a user