From def64efdfc0037b158b89d46b9c00aa2d2e7a1f7 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 31 Jan 2020 23:26:51 +0000 Subject: [PATCH] build: remove the `exit 0` on components-unit-tests (#35090) PR Close #35090 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b67136c25..9c71ec2b71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: