Yuki Takei 4 лет назад
Родитель
Сommit
7dc566f178
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      .github/workflows/ci-app-prod.yml

+ 3 - 2
.github/workflows/ci-app-prod.yml

@@ -206,9 +206,10 @@ jobs:
       with:
       with:
         path: |
         path: |
           **/node_modules
           **/node_modules
-        key: node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
+          ~/.cache/Cypress
+        key: node_modules-and-cypress-bin-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
         restore-keys: |
         restore-keys: |
-          node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-
+          node_modules-and-cypress-bin-${{ runner.OS }}-node${{ matrix.node-version }}
 
 
     - name: lerna bootstrap
     - name: lerna bootstrap
       run: |
       run: |