Skip to content

Commit 844208f

Browse files
alan-agius4kara
authored andcommitted
ci: temporary disable components-repo-unit-tests (angular#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 angular/components#19336. Once this gets merged we should re-enable this CI job. More context on why this had to be disabled can be found: angular#37129 (comment) PR Close angular#37129
1 parent 1689f93 commit 844208f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -848,9 +848,12 @@ workflows:
848848
- build-npm-packages
849849
- build-ivy-npm-packages
850850
- legacy-unit-tests-saucelabs
851-
- components-repo-unit-tests:
852-
requires:
853-
- build-npm-packages
851+
# The below 'components-repo-unit-tests' is disabled until the Components team support building and testing their
852+
# repo with TypeScript 3.9. The TS 3.9 update is being done in https://github.com/angular/components/pull/19336.
853+
# We should re-enable this CI job, when the mentioned PR gets merged.
854+
# - components-repo-unit-tests:
855+
# requires:
856+
# - build-npm-packages
854857
- test_zonejs:
855858
requires:
856859
- setup

0 commit comments

Comments
 (0)