Skip to content

Commit

Permalink
fix: restore cache if exact match
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent b8be73b commit 0f27493
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
<<: *test
steps:
- checkout
- restore_cache:
keys:
- v0-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
- run: yarn global add greenkeeper-lockfile@1
- run: yarn add -D nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
- save_cache:
Expand Down

0 comments on commit 0f27493

Please sign in to comment.