Restore cache pre-test

This commit is contained in:
James Barnsley
2019-04-11 14:31:58 +12:00
parent 384ebaca4c
commit 83b7b3ef36

View File

@ -27,6 +27,9 @@ jobs:
- image: nikolaik/python-nodejs:python2.7-nodejs11
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- run:
name: Run tests
command: npm run test