-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Publish go tip test report #5082
Publish go tip test report #5082
Conversation
Signed-off-by: Albert Teoh <albert@packsmith.io>
Signed-off-by: Albert Teoh <albert@packsmith.io>
Signed-off-by: Albert Teoh <albert@packsmith.io>
Signed-off-by: Albert Teoh <albert@packsmith.io>
Signed-off-by: Albert Teoh <albert@packsmith.io>
types: | ||
- completed | ||
|
||
jobs: | ||
unit-test-results: | ||
name: Unit Test Results | ||
name: ${{ github.event.workflow_run.name }} |
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.
Ensures the title of the summary report is "Unit Tests on Go Tip summary" instead of just "Unit Tests summary"
Flaky test #5083 |
Yeah, that is a little odd; I noticed it's also mixed in with the build all-in-one workflow too. Not sure why 🤷🏼 |
Which problem is this PR solving?
Description of the changes
How was this change tested?
The detailed report will be published under the Go Tip unit test run summary:
Checklist