Skip to content

Commit e46f9a4

Browse files
committed
lockfile cache for CI
1 parent 9982ce9 commit e46f9a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
working_directory: ~/app
1212
steps:
1313
- checkout
14-
# - restore_cache:
15-
# keys:
16-
# - v3-deps-{{ .Branch }}-{{ checksum "e2e/yarn-lock.json" }}
17-
# - v3-deps-{{ .Branch }}-
18-
# - v3-deps-
14+
- restore_cache:
15+
keys:
16+
- v4-deps-{{ .Branch }}-{{ checksum "e2e/yarn.lock" }}
17+
- v4-deps-{{ .Branch }}-
18+
- v4-deps-
1919
- run: cd e2e && yarn install
2020
- save_cache:
21-
key: v3-deps-{{ .Branch }}-{{ checksum "e2e/yarn-lock.json" }}
21+
key: v4-deps-{{ .Branch }}-{{ checksum "e2e/yarn.lock" }}
2222
paths:
2323
- ~/.yarn
2424
- ~/.cache

0 commit comments

Comments
 (0)