We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9982ce9 commit e46f9a4Copy full SHA for e46f9a4
.circleci/config.yml
@@ -11,14 +11,14 @@ jobs:
11
working_directory: ~/app
12
steps:
13
- checkout
14
- # - restore_cache:
15
- # keys:
16
- # - v3-deps-{{ .Branch }}-{{ checksum "e2e/yarn-lock.json" }}
17
- # - v3-deps-{{ .Branch }}-
18
- # - v3-deps-
+ - restore_cache:
+ keys:
+ - v4-deps-{{ .Branch }}-{{ checksum "e2e/yarn.lock" }}
+ - v4-deps-{{ .Branch }}-
+ - v4-deps-
19
- run: cd e2e && yarn install
20
- save_cache:
21
- key: v3-deps-{{ .Branch }}-{{ checksum "e2e/yarn-lock.json" }}
+ key: v4-deps-{{ .Branch }}-{{ checksum "e2e/yarn.lock" }}
22
paths:
23
- ~/.yarn
24
- ~/.cache
0 commit comments