-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix(test): force test failure #74
Conversation
10092bf
to
14eef82
Compare
14eef82
to
c4a2c50
Compare
I think I found the issue. I'm surprised this did not appear before. What do you think about my solution proposal? Do you agree with solving this in the context of octokit/.github#13? |
What is your proposed solution? I'm not sure I understand from this PR. |
The solution proposed is to always run the In the |
Sounds reasonable to me 🤷🏻 |
This will work for now, until we sort out the reusable workflows |
@wolfy1339 |
Yes. That would be great |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good, I think we did something similar in a different project.
Here is the discussion we had in @semantic-release, we arrived at the same conclusion, but did not yet implement the change |
Description
Assure 'test' Check Run is always executed and
fails
/succeeds
accordingly to the results of its dependency jobs.Context
When using
job.needs
, by default only runs when the dependency jobs succeed. If one or more of them fail, the dependent job is skipped