From 13be065ed9f8c83534172d6f75873f6862e33cfc Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Mon, 3 Feb 2020 19:00:58 +0100 Subject: [PATCH] ci: re-enable disabled components-repo-unit-tests job (#35123) We temporarily disabled the components-repo-unit-tests job as part of a ngcc PR: #35079. This was necessary because the components repository used postinstall patches for `@angular/compiler-cli/ngcc`. Due to changes in ngcc, these patches no longer worked and caused the `components-repo-unit-tests` job to fail. The postinstall patch has been removed in the components repo, so the job can be re-enabled. PR Close #35123 --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 920227a21b..dac13e92f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -869,10 +869,9 @@ workflows: - build-npm-packages - build-ivy-npm-packages - legacy-unit-tests-saucelabs - # FIXME - uncomment this job once https://github.com/angular/components/pull/18355 lands - # - components-repo-unit-tests: - # requires: - # - build-npm-packages + - components-repo-unit-tests: + requires: + - build-npm-packages - test_zonejs: requires: - setup