@@ -205,7 +205,7 @@ jobs:
205
205
- *yarn_install
206
206
- *setup_bazel_binary
207
207
208
- - run : bazel test src/... --build_tag_filters=e2e --test_tag_filters=e2e
208
+ - run : bazel test src/... --build_tag_filters=e2e --test_tag_filters=e2e --build_tests_only
209
209
210
210
# ------------------------------------------------------------------------------------------
211
211
# Job that runs the unit tests on locally installed browsers (Chrome and Firefox headless).
@@ -225,7 +225,7 @@ jobs:
225
225
- *yarn_install
226
226
- *setup_bazel_binary
227
227
228
- - run : bazel test src/... --build_tag_filters=-e2e --test_tag_filters=-e2e
228
+ - run : bazel test src/... --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only
229
229
230
230
# ----------------------------------------------------------------------------
231
231
# Job that runs the unit tests on Browserstack. The browsers that will be used
@@ -435,7 +435,7 @@ jobs:
435
435
- *yarn_install_loose_lockfile
436
436
- *setup_bazel_binary
437
437
438
- - run : bazel test src/... --build_tag_filters=-e2e --test_tag_filters=-e2e
438
+ - run : bazel test src/... --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only
439
439
440
440
# ----------------------------------------------------------------------------
441
441
# Job that runs all Bazel tests against View Engine with the current Angular version
@@ -456,8 +456,7 @@ jobs:
456
456
- *setup_bazel_binary
457
457
458
458
# Run project tests with NGC and View Engine.
459
- - run : bazel build src/... --build_tag_filters=-docs-package,-e2e --config=view-engine
460
- - run : bazel test src/... --build_tag_filters=-docs-package,-e2e --test_tag_filters=-e2e --config=view-engine
459
+ - run : bazel test src/... --build_tag_filters=-docs-package,-e2e --test_tag_filters=-e2e --config=view-engine --build_tests_only
461
460
462
461
# ----------------------------------------------------------------------------
463
462
# Job that runs all Bazel tests against View Engine from angular/angular#master.
@@ -478,8 +477,7 @@ jobs:
478
477
- *setup_bazel_binary
479
478
480
479
# Run project tests with NGC and View Engine.
481
- - run : bazel build src/... --build_tag_filters=-docs-package,-e2e --config=view-engine
482
- - run : bazel test src/... --build_tag_filters=-docs-package,-e2e --test_tag_filters=-e2e --config=view-engine
480
+ - run : bazel test src/... --build_tag_filters=-docs-package,-e2e --test_tag_filters=-e2e --config=view-engine --build_tests_only
483
481
484
482
# ----------------------------------------------------------------------------
485
483
# Job that runs all Bazel tests against material-components-web@canary
@@ -503,8 +501,7 @@ jobs:
503
501
504
502
# Setup the components repository to use the MDC snapshot builds.
505
503
# Run project tests with the MDC canary builds.
506
- - run : bazel build src/... --build_tag_filters=-docs-package,-e2e
507
- - run : bazel test src/... --build_tag_filters=-docs-package,-e2e --test_tag_filters=-e2e
504
+ - run : bazel test src/... --build_tag_filters=-docs-package,-e2e --test_tag_filters=-e2e --build_tests_only
508
505
509
506
# ----------------------------------------------------------------------------------------
510
507
# Workflow definitions. A workflow usually groups multiple jobs together. This is useful if
0 commit comments