Skip to content

Commit 16be7c4

Browse files
committed
wip
1 parent 212cba6 commit 16be7c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
orbs:
44
# https://github.com/cypress-io/circleci-orb
55
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
77

88
jobs:
99
lint:
@@ -19,6 +19,8 @@ jobs:
1919
- run:
2020
name: Code style check 🧹
2121
command: npm run format:check
22+
- run: npm run check:markdown
23+
2224
publish:
2325
description: Publishes the new version of the plugin to NPM
2426
docker:
@@ -92,8 +94,6 @@ workflows:
9294
name: Install deps for examples/new-cypress-config
9395
command: npm ci
9496
working_directory: examples/new-cypress-config
95-
post-steps:
96-
- run: npm run check:markdown
9797

9898
- lint:
9999
requires:
@@ -139,6 +139,8 @@ workflows:
139139

140140
- cypress/run:
141141
name: Windows test
142+
requires:
143+
- cypress/install
142144
executor:
143145
# executor comes from the "windows" orb
144146
name: win/default

0 commit comments

Comments
 (0)