Ver Fonte

chore: update ci

GyDi há 3 anos atrás
pai
commit
1ac1d6e903
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      .github/workflows/ci.yml

+ 3 - 1
.github/workflows/ci.yml

@@ -48,7 +48,9 @@ jobs:
             ${{ runner.os }}-yarn-
 
       - name: Yarn install and check
-        run: yarn && yarn run check
+        run: |
+          yarn install --network-timeout 1000000
+          yarn run check
 
       - name: Tauri build
         uses: tauri-apps/tauri-action@v0