Yuki Takei 6 lat temu
rodzic
commit
ba90168085
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      .github/workflows/ci.yml

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

@@ -129,9 +129,7 @@ jobs:
       uses: actions/cache@v1
       uses: actions/cache@v1
       with:
       with:
         path: node_modules
         path: node_modules
-        key: ${{ runner.OS }}-node_modules-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}--build-prod
-        restore-keys: |
-          ${{ runner.OS }}-node_modules-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
+        key: ${{ runner.OS }}-node_modules-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
     - name: Launch MongoDB
     - name: Launch MongoDB
       uses: wbari/start-mongoDB@v0.2
       uses: wbari/start-mongoDB@v0.2
       with:
       with: