Skip to content

Commit ba74644

Browse files
committed
fix: sed issue
1 parent 0e4e6fe commit ba74644

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)