ci: run localize tests on windows (#40952)
Added `//packages/localize/...` to the tests that are run in `test_win` job. PR Close #40952
This commit is contained in:
parent
8d13f631d9
commit
5ae28a4aa4
|
@ -770,7 +770,7 @@ jobs:
|
||||||
no_output_timeout: 15m
|
no_output_timeout: 15m
|
||||||
- run:
|
- run:
|
||||||
name: Test all windows CI targets
|
name: Test all windows CI targets
|
||||||
command: yarn bazel test --config=ivy --build_tag_filters=-no-windows --test_tag_filters="-no-ivy-aot,-no-windows,-fixme-ivy-aot,-browser:chromium-local" //packages/compiler-cli/... //tools/ts-api-guardian/...
|
command: yarn bazel test --config=ivy --build_tag_filters=-no-windows --test_tag_filters="-no-ivy-aot,-no-windows,-fixme-ivy-aot,-browser:chromium-local" //packages/compiler-cli/... //tools/ts-api-guardian/... //packages/localize/...
|
||||||
no_output_timeout: 15m
|
no_output_timeout: 15m
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue