Skip to content

Commit

Permalink
fix(): proper cache restoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 24, 2017
1 parent 1da7caf commit 9f09613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: yarn run test:unit
- save_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
key: v1-repo-units-{{ .Environment.CIRCLE_SHA1 }}
paths:
- ~/repo

Expand Down Expand Up @@ -157,8 +157,8 @@ jobs:

steps:
- restore_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: npx lerna run report:coverage
key: v1-repo-units-{{ .Environment.CIRCLE_SHA1 }}
- run: yarn run report:coverage

workflows:
version: 2
Expand Down

0 comments on commit 9f09613

Please sign in to comment.