suite6
Some checks failed
dotnet package / build (8.0.x) (push) Successful in 1m31s
Main Build Process / Build & Test (pull_request) Failing after 1m28s

This commit is contained in:
2024-08-26 22:58:10 +02:00
parent 9cc5e31ba1
commit a57e0e0924
3 changed files with 64 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ jobs:
8.x
- name: "Restore/Build/Test"
run: |
dotnet test ./src/LittleTown.sln --configuration Release --verbosity normal --logger "nunit;LogFileName=TestResults.xml"
dotnet test ./src/LittleTown.sln --configuration Release --logger "trx;LogFileName=TestResults.trx"
- name: Combine Coverage Reports # This is because one report is produced per project, and we want one result for all of them.
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8
with: