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
If, for example, CodeGenerator has a syntax error, then Lint, Test, TestPublish, and Generate will all fail in parallel with the same error. Modify their implementation so that each waits for its preconditions before attempting to run.