Skip to content

Commit 5b569f8

Browse files
committed
fix: run windows on start for now
1 parent 508b9ac commit 5b569f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ workflows:
331331
- nodejs-install
332332
- snyk-bot-slack
333333
node_version: *windows_node_version
334-
requires:
335-
- Install, Lint, and Build
334+
# requires:
335+
# - Install, Lint, and Build
336336
post-steps:
337337
- *slack-fail-notify
338338
- test_jest_windows_no_docker:
@@ -341,8 +341,8 @@ workflows:
341341
- nodejs-install
342342
- snyk-bot-slack
343343
node_version: *windows_node_version
344-
requires:
345-
- Install, Lint, and Build
344+
# requires:
345+
# - Install, Lint, and Build
346346
post-steps:
347347
- *slack-fail-notify
348348
- build_cli:

0 commit comments

Comments
 (0)