Skip to content

Commit

Permalink
build: add --keep_going to components tests. (#47958)
Browse files Browse the repository at this point in the history
This configures CI to run all the tests and report all the failures instead of aborting after the first one.

PR Close #47958
  • Loading branch information
dgp1130 authored and AndrewKushnir committed Nov 4, 2022
1 parent 956025a commit 6d4f759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/run_angular_components_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ bazel test \
--build_tag_filters=-docs-package,-e2e,-browser:firefox \
--test_tag_filters=-e2e,-browser:firefox \
--build_tests_only \
--keep_going \
-- src/...

0 comments on commit 6d4f759

Please sign in to comment.