We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 075d90d + 77936ce commit 3c51966Copy full SHA for 3c51966
.circleci/config.yml
@@ -158,13 +158,11 @@ jobs:
158
start-command: 'npm run start'
159
cypress-command: 'npx cypress run --record --group Mac build'
160
161
-
162
release:
163
executor: cypress/default
164
steps:
165
- - attach_workspace:
166
- at: ~/
167
- - run: npm run semantic-release
+ - checkout
+ - run: npx [email protected]
168
169
workflows:
170
win-build:
@@ -201,7 +199,6 @@ workflows:
201
199
- run: npx cypress version --component electron
202
200
- run: npx cypress version --component node
203
204
205
# run on 2 machines using Chrome browser
206
- cypress/run:
207
name: '2 machines using Chrome'
0 commit comments