-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add test result comment bot #3749
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
Conversation
def "testing the GitHub Action on failing tests"() { | ||
// TODO: I will remove this test before merging the PR. This is only to generate a test failure message. | ||
false | ||
} |
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.
Temporary & deliberately failing test to generate a bot message
Test Results 304 files 304 suites 40s ⏱️ Results for commit d6facee. ♻️ This comment has been updated with latest results. |
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.
Very very nice
Special thanks to @AlexandreCarlton! |
Trying out this GitHub Action to help highlight which tests are failing in a PR or master build, because it's getting hard to read which test failed in plain text output with thousands of tests
GitHub Action source repo: https://github.com/EnricoMi/publish-unit-test-result-action