Skip to content
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

Print fatal matches first in GitHub Actions #2689

Merged
merged 2 commits into from Nov 17, 2022

Conversation

KamilaBorowska
Copy link
Contributor

When running in GitHub Actions, a given task can only output 10 warnings and 10 errors, anything after that is ignored by GitHub. Due to that, it's a good idea to print errors that block the build first.

Fixes #2504.

When running in GitHub Actions, a given task can only output
10 warnings and 10 errors, anything after that is ignored by GitHub.
Due to that, it's a good idea to print errors that block the build
first.

Fixes ansible#2504.
@ssbarnea ssbarnea added the bug label Nov 17, 2022
@ssbarnea ssbarnea merged commit 73e2769 into ansible:main Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants