Skip to content

Commit 61a24b5

Browse files
authored
chore(gatsby): Skip linting in the windows ci step (#21614)
* chore(gatsby): Change circle-ci test config - Make windows unit tests run the same command as the node8 unit tests - This means the windows tests no longer runs the linting etc
1 parent 1e50c55 commit 61a24b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
key: yarn-packages-v2-{{ checksum "yarn.lock" }}
341341
- run:
342342
name: "Run Tests"
343-
command: yarn test
343+
command: yarn jest -w 1 --ci
344344

345345
bootstrap-with-experimental-react:
346346
executor: node
@@ -627,8 +627,9 @@ workflows:
627627

628628
build-test:
629629
jobs:
630-
- windows_unit_tests
631630
- bootstrap
631+
- windows_unit_tests:
632+
<<: *ignore_docs
632633
- lint:
633634
requires:
634635
- bootstrap

0 commit comments

Comments
 (0)