Explorar el Código

add cache-folder setting

Yuki Takei hace 4 años
padre
commit
19ec162da6
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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: