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
This commit is contained in:
parent
045a989a03
commit
13be065ed9
|
@ -869,10 +869,9 @@ workflows:
|
||||||
- build-npm-packages
|
- build-npm-packages
|
||||||
- build-ivy-npm-packages
|
- build-ivy-npm-packages
|
||||||
- legacy-unit-tests-saucelabs
|
- legacy-unit-tests-saucelabs
|
||||||
# FIXME - uncomment this job once https://github.com/angular/components/pull/18355 lands
|
- components-repo-unit-tests:
|
||||||
# - components-repo-unit-tests:
|
requires:
|
||||||
# requires:
|
- build-npm-packages
|
||||||
# - build-npm-packages
|
|
||||||
- test_zonejs:
|
- test_zonejs:
|
||||||
requires:
|
requires:
|
||||||
- setup
|
- setup
|
||||||
|
|
Loading…
Reference in New Issue