Skip to content

Commit 20a9dbe

Browse files
devversionAndrewKushnir
authored andcommitted
ci: saucelabs-legacy job should not run schematic core tests (angular#29124)
With 6215799 we introduced schematics for `core`, but due to the fact the Saucelabs legacy job does not run for PRs, we didn't realize that the legacy Saucelabs job ends up running the schematic specs. We don't want to run these schematic tests in the legacy-saucelabs job, as these are node-only specs and the non-Bazel Karma setup is not set up to provide the devkit schematic node modules. We exclude the schematics folder in the `core` package in the legacy-build tsconfig file (similar to how it is done for elements) PR Close angular#29124
1 parent 25166d4 commit 20a9dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"bazel",
3333
"common/locales",
3434
"compiler-cli/integrationtest",
35+
"core/schematics",
3536
"elements/schematics",
3637
// Do not build the example e2e spec files since those require custom typings and
3738
// aren't required to build all packages.

0 commit comments

Comments
 (0)