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

Commits on Nov 16, 2022

  1. Print fatal matches first in GitHub Actions

    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.
    KamilaBorowska committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    740b1a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    46f275a View commit details
    Browse the repository at this point in the history