oskardudycz / EventSourcing.NetCore

Examples and Tutorials of Event Sourcing in .NET
https://event-driven.io
Creative Commons Attribution Share Alike 4.0 International
3.42k stars 514 forks source link

Replaced Trx-based test reporter with GitHubActionsTestLogger package. #244

Closed oskardudycz closed 6 months ago

oskardudycz commented 6 months ago

Got rid of the custom test reporter, as it wasn't helpful with randomly showing test reports in various pipelines. Used GitHubActionsTestLogger reporter.

Updated also packages to latest versions.