You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github provides an API to add annotations to checks, we can use this to display the actual test failures, NUnit can provide the location of the test failures.
Github provides an API to add annotations to checks, we can use this to display the actual test failures, NUnit can provide the location of the test failures.
So when a new PR breaks a test you will get an annotation similar to what you get with some GitHub actions https://github.com/marketplace/actions/lint-action
There is Nunit report action here https://github.com/marketplace/actions/nunit-reporter
Maybe we can use that and is just a matter of installing it with our workflow https://github.com/zeroc-ice/icerpc-csharp/tree/main/.github/workflows
The text was updated successfully, but these errors were encountered: