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
With the raise: true config set, when running mix doctor, when my Doctor validation fails, I'd expect the task to return a non-zero status code.
Observed:
Failing and non-failing runs always return a 0 exit code.
Implementation:
One neat thing I've seen such tools do is encode the number of failures in the returned status code, so bash CI scripts can externally permit/enforce a certain number of failures.
The text was updated successfully, but these errors were encountered:
Expectation:
With the
raise: true
config set, when runningmix doctor
, when my Doctor validation fails, I'd expect the task to return a non-zero status code.Observed:
Failing and non-failing runs always return a
0
exit code.Implementation:
One neat thing I've seen such tools do is encode the number of failures in the returned status code, so bash CI scripts can externally permit/enforce a certain number of failures.
The text was updated successfully, but these errors were encountered: