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

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
``` ```