-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI with errors returns success #218
Comments
No, I checked the logs for errors before merging though. |
Looking at older builds, it seems to be working 🤔 I could only find https://github.com/Shopify/rbi-central/actions/runs/7702547117/job/20991065604#step:4:458 that failed yet was considered successful. Looking at the logs, this is interesting:
Yet, this option was definitely set before the changes: Lines 176 to 179 in db6227f
But has been changed during the Rubocop changes: Lines 174 to 182 in ebe1c26
I'm not sure how we could have the Thor warning in this case. @andyw8, is it possible that the branch was pushed with this instead (look at the class << self
extend T::Sig
sig { returns(T::Boolean) }
def self.exit_on_failure?
true
end
end |
Problem
https://github.com/Shopify/rbi-central/actions/runs/7702547117/job/20991065604#step:4:458
The text was updated successfully, but these errors were encountered: