Skip to content

Commit 372a56a

Browse files
alan-agius4AndrewKushnir
authored andcommitted
revert: "ci: prevent api golden tests on windows CI (angular#36025)" (angular#36034)
This reverts commit 3112b1b. PR Close angular#36034
1 parent 2e493ed commit 372a56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"list-fixme-ivy-targets": "bazel query --output=label 'attr(\"tags\", \"\\[.*fixme-ivy.*\\]\", //...) except kind(\"sh_binary\", //...) except kind(\"devmode_js_sources\", //...)' | sort",
3030
"bazel": "bazel",
3131
"//circleci-win-comment": "See the test-win circleci job for why these are needed. If they are not needed anymore, remove them.",
32-
"circleci-win-ve": "bazel test --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only,-browser:chromium-local -- //packages/compiler-cli/... //tools/ts-api-guardian/... -//packages/compiler-cli:error_code_api -//packages/compiler-cli:compiler_options_api",
33-
"circleci-win-ivy": "bazel test --config=ivy --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot,-browser:chromium-local -- //packages/compiler-cli/... //tools/ts-api-guardian/... -//packages/compiler-cli:error_code_api -//packages/compiler-cli:compiler_options_api",
32+
"circleci-win-ve": "bazel test --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only,-browser:chromium-local //packages/compiler-cli/... //tools/ts-api-guardian/...",
33+
"circleci-win-ivy": "bazel test --config=ivy --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot,-browser:chromium-local //packages/compiler-cli/... //tools/ts-api-guardian/...",
3434
"lint": "yarn -s tslint && yarn gulp lint",
3535
"tslint": "tsc -p tools/tsconfig.json && tslint -c tslint.json \"+(packages|modules|scripts|tools)/**/*.+(js|ts)\"",
3636
"public-api:check": "node goldens/public-api/manage.js test",

0 commit comments

Comments
 (0)