Skip to content

Commit 584a018

Browse files
committed
chore: restore job order
1 parent ae23e5f commit 584a018

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ workflows:
372372
- nodejs-install
373373
- snyk-bot-slack
374374
node_version: *windows_node_version
375-
# requires:
376-
# - Install, Lint, and Build
375+
requires:
376+
- Install, Lint, and Build
377377
post-steps:
378378
- *slack-fail-notify
379379
- test_jest_windows_no_docker:
@@ -382,8 +382,8 @@ workflows:
382382
- nodejs-install
383383
- snyk-bot-slack
384384
node_version: *windows_node_version
385-
# requires:
386-
# - Install, Lint, and Build
385+
requires:
386+
- Install, Lint, and Build
387387
post-steps:
388388
- *slack-fail-notify
389389
- build_cli:

0 commit comments

Comments
 (0)