ci: do not override bazel action_env on Windows (#30510)
Fix #27514 PR Close #30510
This commit is contained in:
parent
24ca8ba7ce
commit
fa5d8ca041
|
@ -30,8 +30,3 @@ test --flaky_test_attempts=2
|
|||
|
||||
# More details on failures
|
||||
build --verbose_failures=true
|
||||
|
||||
# Include PATH in Windows build/tests
|
||||
# https://github.com/bazelbuild/rules_typescript/pull/356
|
||||
build --action_env=PATH
|
||||
test --action_env=PATH --test_env=PATH
|
||||
|
|
Loading…
Reference in New Issue