Skip to content

Commit f6ce5cb

Browse files
switch the command seqneuce
1 parent 83446a1 commit f6ce5cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ test_steps: &test_steps
9999
- setup_remote_docker
100100
- restore_cache:
101101
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
107102
- run: *running_yarn_test
103+
- save_cache:
104+
key: test-node-modules-{{ checksum "yarn.lock" }}
105+
paths:
106+
- node_modules
107+
- /root/.cache/Cypress
108108
- store_test_results:
109109
path: cypress/test-report
110110
- store_artifacts:

0 commit comments

Comments
 (0)