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
Don't rely on which for testing ContinuousIntegration
While very common, `which` isn't portable.
But more importantly in this case it is used to get either
a failing or successful command, so it's much simpler to use
`true` and `false` for that.
0 commit comments