Dont skip cache, apparently

This commit is contained in:
Julien Bisconti 2020-04-13 17:59:20 +02:00
parent 0b371c8aca
commit 65115d96c9
No known key found for this signature in database
GPG Key ID: 62772C6698F736CB

View File

@ -23,7 +23,7 @@ jobs:
${{ runner.os }}-node-
- 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 run test
env: