ci: temporary disable components-repo-unit-tests (#37129)
'components-repo-unit-tests' CI job has been temporary disabled until the Components team support building and testing their repo with TypeScript 3.9. The TS 3.9 update is being done in https://github.com/angular/components/pull/19336. Once this gets merged we should re-enable this CI job. More context on why this had to be disabled can be found: https://github.com/angular/angular/pull/37129#issuecomment-629778337 PR Close #37129
This commit is contained in:
parent
1689f9378b
commit
844208f463
|
@ -848,9 +848,12 @@ workflows:
|
|||
- build-npm-packages
|
||||
- build-ivy-npm-packages
|
||||
- legacy-unit-tests-saucelabs
|
||||
- components-repo-unit-tests:
|
||||
requires:
|
||||
- build-npm-packages
|
||||
# The below 'components-repo-unit-tests' is disabled until the Components team support building and testing their
|
||||
# repo with TypeScript 3.9. The TS 3.9 update is being done in https://github.com/angular/components/pull/19336.
|
||||
# We should re-enable this CI job, when the mentioned PR gets merged.
|
||||
# - components-repo-unit-tests:
|
||||
# requires:
|
||||
# - build-npm-packages
|
||||
- test_zonejs:
|
||||
requires:
|
||||
- setup
|
||||
|
|
Loading…
Reference in New Issue