You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: use bazel automatic execution strategy selection (#16823)
Currenlty all `ts_library`'s using the test tsconfig file are
not hermetic and will break when running remotely.
This is because just `tsconfig-test.json` is referenced as
action input while the tsconfig actually extends from the
`tsconfig-build.json`.
(cherry picked from commit c05d57f)
0 commit comments