This commit is contained in:
Overtorment 2018-03-18 03:29:06 +00:00
parent c1908e7c12
commit 145e298825

View file

@ -19,19 +19,7 @@ jobs:
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm i
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: npm run test