Skip to content

Commit 602d79e

Browse files
fix: cypress commands
1 parent 7a8709b commit 602d79e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,16 @@ jobs:
148148
executor: mac
149149
steps:
150150
- cypress/install:
151-
name: 'Mac install'
152151
post-install: "npm run build"
153-
post-steps:
152+
- post-steps:
154153
# show Cypress cache folder and binary versions
155154
# to check if we are caching previous binary versions
156155
- run: npx cypress cache path
157156
- run: npx cypress cache list
158157
- run: npx cypress info
159158
- cypress/run-tests:
160-
name: 'Mac test'
161159
requires:
162-
- Mac install
160+
- cypress/install
163161
start-command: 'npm run start'
164162
cypress-command: 'npx cypress run --record --parallel --group Mac build'
165163
parallelism: 2

0 commit comments

Comments
 (0)