Dont skip cache, apparently

This commit is contained in:
Julien Bisconti
2020-04-13 17:59:20 +02:00
parent 0b371c8aca
commit 65115d96c9

View File

@@ -23,7 +23,7 @@ jobs:
${{ runner.os }}-node- ${{ runner.os }}-node-
- name: Install Dependencies - name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true' # if: steps.cache.outputs.cache-hit != 'true'
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
- run: npm run test - run: npm run test
env: env: