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: disable watch mode for yarn test all script (#19288)
We cannot run `yarn test all` with ibazel due to Ibazel
not supporting the flags we need in order to filter out
build/test targets.
We temporarily always run in non-watch mode, print a warning
until the upstream fix lands:
bazelbuild/bazel-watcher#382.
0 commit comments