build: remove the `exit 0` on components-unit-tests (#35090)

PR Close #35090
This commit is contained in:
Pete Bacon Darwin 2020-01-31 23:26:51 +00:00 committed by Kara Erickson
parent 843b3a2197
commit def64efdfc
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ jobs:
command: node scripts/ci/update-deps-to-dist-packages.js ${COMPONENTS_REPO_TMP_DIR}/package.json dist/packages-dist/
- run:
name: "Running `angular/components` unit tests"
command: ./scripts/ci/run_angular_components_unit_tests.sh | exit 0
command: ./scripts/ci/run_angular_components_unit_tests.sh
test_zonejs:
executor: