We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8709b commit 602d79eCopy full SHA for 602d79e
.circleci/config.yml
@@ -148,18 +148,16 @@ jobs:
148
executor: mac
149
steps:
150
- cypress/install:
151
- name: 'Mac install'
152
post-install: "npm run build"
153
- post-steps:
+ - post-steps:
154
# show Cypress cache folder and binary versions
155
# to check if we are caching previous binary versions
156
- run: npx cypress cache path
157
- run: npx cypress cache list
158
- run: npx cypress info
159
- cypress/run-tests:
160
- name: 'Mac test'
161
requires:
162
- - Mac install
+ - cypress/install
163
start-command: 'npm run start'
164
cypress-command: 'npx cypress run --record --parallel --group Mac build'
165
parallelism: 2
0 commit comments