We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3d063 commit 1d2e7bbCopy full SHA for 1d2e7bb
.circleci/config.yml
@@ -328,12 +328,6 @@ workflows:
328
branches:
329
ignore:
330
- /docs-preview/
331
- - test:
332
- requires:
333
- - build
334
- - integration:
335
336
337
- e2e-cli:
338
post-steps:
339
- store_artifacts:
@@ -374,6 +368,17 @@ workflows:
374
368
- test-browsers:
375
369
requires:
376
370
- build
371
+
372
+ # Bazel jobs
373
+ # These jobs only really depend on Setup, but the build job is very quick to run (~35s) and
+ # will catch any build errors before proceeding to the more lengthy and resource intensive
+ # Bazel jobs.
+ - test:
377
+ requires:
378
+ - build
379
+ - integration:
380
381
382
383
# Windows jobs
384
# These jobs only run after their non-windows counterparts finish successfully.
0 commit comments