File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
orbs :
4
4
# https://github.com/cypress-io/circleci-orb
5
5
cypress : cypress-io/cypress@1.29.0 # used to run e2e tests
6
- win : circleci/windows@2 # run a test job on Windows
6
+ win : circleci/windows@2.2.0 # run a test job on Windows
7
7
8
8
jobs :
9
9
lint :
19
19
- run :
20
20
name : Code style check 🧹
21
21
command : npm run format:check
22
+ - run : npm run check:markdown
23
+
22
24
publish :
23
25
description : Publishes the new version of the plugin to NPM
24
26
docker :
@@ -92,8 +94,6 @@ workflows:
92
94
name : Install deps for examples/new-cypress-config
93
95
command : npm ci
94
96
working_directory : examples/new-cypress-config
95
- post-steps :
96
- - run : npm run check:markdown
97
97
98
98
- lint :
99
99
requires :
@@ -139,6 +139,8 @@ workflows:
139
139
140
140
- cypress/run :
141
141
name : Windows test
142
+ requires :
143
+ - cypress/install
142
144
executor :
143
145
# executor comes from the "windows" orb
144
146
name : win/default
You can’t perform that action at this time.
0 commit comments