Yuki Takei 4 лет назад
Родитель
Сommit
19ec162da6
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .github/workflows/ci.yml

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

@@ -389,6 +389,9 @@ jobs:
       run: |
         tar -xf ${{ needs.build-prod-node14.outputs.PROD_FILES }}
 
+    - name: Setup yarn cache settings
+      run: yarn config set cache-folder ~/.cache/yarn
+
     - name: Cypress Run
       uses: cypress-io/github-action@v2
       with: