Yuki Takei 6 vuotta sitten
vanhempi
sitoutus
0af05acde1
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      .github/workflows/ci.yml

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

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