fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Show test summary in CI

Open ErikSchierboom opened this issue 3 years ago • 2 comments

With Github Actions now supporting Job Summaries, we can leverage this to show the test results in a nice way. For that, we can use the Test Summary Action: https://github.com/test-summary/action See https://github.com/test-summary/examples/tree/main/dotnet for how to integrate this with .NET. Note: we should only do this when run in CI, so the test.ps1 script should detect this (probably via an environment variable, see https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables).

ErikSchierboom avatar May 28 '22 08:05 ErikSchierboom

Do you have some specific workflow in mind for this feature @ErikSchierboom ?

64J0 avatar Jun 09 '23 17:06 64J0

@64J0 I don't really.

ErikSchierboom avatar Jun 11 '23 10:06 ErikSchierboom