build: remove the `exit 0` on components-unit-tests (#35090)
PR Close #35090
This commit is contained in:
parent
843b3a2197
commit
def64efdfc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue