Skip to content

Commit c99d442

Browse files
committed
add yarn install network timeout
1 parent c30d6e7 commit c99d442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
cd ${{ github.workspace }}/cyclops-ui
24-
yarn install
24+
yarn install --network-timeout 60000
2525
- name: Run tests
2626
run: |
2727
cd ${{ github.workspace }}/cyclops-ui

0 commit comments

Comments
 (0)