https://github.com/seankilleen/exampletestresultswithgithubactions
A sample repository to compliment a blog post on CI/CD and test results with GitHub Actions
https://github.com/seankilleen/exampletestresultswithgithubactions
actions dotnet nunit xunit
Last synced: over 1 year ago
JSON representation
A sample repository to compliment a blog post on CI/CD and test results with GitHub Actions
- Host: GitHub
- URL: https://github.com/seankilleen/exampletestresultswithgithubactions
- Owner: SeanKilleen
- License: mit
- Created: 2024-03-27T15:21:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T10:03:53.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:09:11.229Z (over 1 year ago)
- Topics: actions, dotnet, nunit, xunit
- Language: C#
- Homepage: https://seankilleen.com/2024/03/beautiful-net-test-reports-using-github-actions/
- Size: 67.4 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example: Test Results With GitHub Actions
A sample repository to compliment a blog post on CI/CD and test results with GitHub Actions.
Companion repo to the blog post at