This commit is contained in:
Juan Julián Merelo Guervós 2022-01-18 10:43:18 +01:00 committed by GitHub
parent 29392ffe17
commit 9370a40ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ steps:
with: with:
node-version: '14' node-version: '14'
cache: 'npm' cache: 'npm'
- if: !steps.setup.outputs.cache-hit != 'true' - if: steps.setup.outputs.cache-hit != 'true'
run: npm install run: npm install
- run: npm test - run: npm test
``` ```