File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ workflows:
287287 - nodejs-install
288288 - snyk-bot-slack
289289 requires :
290- - Build
290+ - Install, Lint and Build
291291 post-steps :
292292 - *slack-fail-notify
293293 - test_jest_windows_with_docker :
@@ -297,7 +297,7 @@ workflows:
297297 - snyk-bot-slack
298298 node_version : *windows_node_version
299299 requires :
300- - Build
300+ - Install, Lint and BuildBuild
301301 post-steps :
302302 - *slack-fail-notify
303303 - test_jest_windows_no_docker :
@@ -307,7 +307,7 @@ workflows:
307307 - snyk-bot-slack
308308 node_version : *windows_node_version
309309 requires :
310- - Build
310+ - Install, Lint and Build
311311 post-steps :
312312 - *slack-fail-notify
313313 - build_cli :
@@ -316,7 +316,7 @@ workflows:
316316 - nodejs-install
317317 - snyk-bot-slack
318318 requires :
319- - Build
319+ - Install, Lint and Build
320320 post-steps :
321321 - *slack-fail-notify
322322 - release :
@@ -329,8 +329,7 @@ workflows:
329329 only :
330330 - main
331331 requires :
332- - Lint
333- - Build
332+ - Install, Lint and Build
334333 - Security Scans
335334 - Test
336335 - Test Jest Windows with Docker
You can’t perform that action at this time.
0 commit comments