-
Notifications
You must be signed in to change notification settings - Fork 686
Add Tests badge for rolling builds on github workflows #9416
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
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.
Pull Request Overview
Adds a test badge to the repository’s README to surface the status of the GitHub Actions tests workflow.
- Introduces a “Tests” badge linking to the
tests.yml
workflow - Maintains existing build and issue-tracker badges
- Ensures consistency by placing the new badge at the top
@@ -1,5 +1,6 @@ | |||
# .NET Aspire | |||
|
|||
[](https://github.com/dotnet/aspire/actions/workflows/tests.yml) |
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.
why do we want clicking to go to the yml, wouldn't we want it to go to the 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.
This link opens the workflow page with all the builds.
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.
comment above
@@ -1,5 +1,6 @@ | |||
# .NET Aspire | |||
|
|||
[](https://github.com/dotnet/aspire/actions/workflows/tests.yml) |
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.
I'd call this the "Build Status" as well. We could consider calling this "Build Status (GitHub)" and the next one "Build Status (AzDO)".
No description provided.