File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
# Download and cache dependencies
23
23
- restore_cache :
24
24
keys :
25
- - v1-dependencies-{{ checksum "package.json" }}-<< parameters.graphql-version >>
25
+ - v1-dependencies-{{ checksum "package.json" }}-<< parameters.graphql-test- version >>
26
26
# fallback to using the latest cache if no exact match is found
27
27
- v1-dependencies-
28
28
29
29
- when :
30
30
condition : << parameters.graphql-test-version >>
31
31
steps :
32
32
- run : yarn install --ignore-scripts
33
- - run : yarn --ignore-scripts add --dev graphql@<< parameters.graphql-version >>
33
+ - run : yarn --ignore-scripts add --dev graphql@<< parameters.graphql-test- version >>
34
34
- unless :
35
35
condition : << parameters.graphql-test-version >>
36
36
steps :
39
39
- save_cache :
40
40
paths :
41
41
- node_modules
42
- key : v1-dependencies-{{ checksum "package.json" }}-<< parameters.graphql-version >>
42
+ key : v1-dependencies-{{ checksum "package.json" }}-<< parameters.graphql-test- version >>
43
43
44
44
# run tests!
45
45
- run : yarn test
You can’t perform that action at this time.
0 commit comments