From 42375c4b3a55789e75114eb1e4ab291e14a51100 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 11 Mar 2020 10:15:13 -0700 Subject: [PATCH] ci: prevent api golden tests on windows CI (#36025) PR Close #36025 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5201055ad9..d571f70e03 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "list-fixme-ivy-targets": "bazel query --output=label 'attr(\"tags\", \"\\[.*fixme-ivy.*\\]\", //...) except kind(\"sh_binary\", //...) except kind(\"devmode_js_sources\", //...)' | sort", "bazel": "bazel", "//circleci-win-comment": "See the test-win circleci job for why these are needed. If they are not needed anymore, remove them.", - "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/...", - "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/...", + "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", + "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", "lint": "yarn -s tslint && yarn gulp lint", "tslint": "tsc -p tools/tsconfig.json && tslint -c tslint.json \"+(packages|modules|scripts|tools)/**/*.+(js|ts)\"", "public-api:check": "node goldens/public-api/manage.js test",