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 83446a1 commit f6ce5cbCopy full SHA for f6ce5cb
.circleci/config.yml
@@ -99,12 +99,12 @@ test_steps: &test_steps
99
- setup_remote_docker
100
- restore_cache:
101
key: test-node-modules-{{ checksum "yarn.lock" }}
102
- - save_cache:
103
- key: test-node-modules-{{ checksum "yarn.lock" }}
104
- paths:
105
- - node_modules
106
- - /root/.cache/Cypress
107
- run: *running_yarn_test
+ - save_cache:
+ key: test-node-modules-{{ checksum "yarn.lock" }}
+ paths:
+ - node_modules
+ - /root/.cache/Cypress
108
- store_test_results:
109
path: cypress/test-report
110
- store_artifacts:
0 commit comments