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
{{ message }}
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
I'm currently trying to use Remodel as part of my GitHub Workflow CI. The existing behaviour is unintended, where the pipeline continues on error even with continue-on-error: false. I believe that instead exit code 1 should occur, resulting in both the step and pipeline failing.
Current work-around: using grep for 'error' and set exit code = 1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm currently trying to use Remodel as part of my GitHub Workflow CI. The existing behaviour is unintended, where the pipeline continues on error even with
continue-on-error: false
. I believe that instead exit code 1 should occur, resulting in both the step and pipeline failing.Current work-around: using
grep
for 'error' and set exit code = 1The text was updated successfully, but these errors were encountered: