The GitHub Action "dotnet-tests-report" attaches a markdown page with test results to the Github Action workflow run summary. This is really nice. Once the workflow has finished, it becomes immediately clear what the results are. Clear in a visual way.
It is open source but the code is complicated so I still did not figure out how to do this.
What I want is this:
- Run some command-line statement that generates a markdown file
- Run some code that "publishes" this
- Attach it to the summary in Github Actions
- Be happy that everyone in my company can see the results attached to the workflow


