From 0e355e6f1f8f7505c274a1573549c7d431f6edbd Mon Sep 17 00:00:00 2001 From: Roger Castaldo Date: Thu, 5 Dec 2024 23:41:47 -0500 Subject: [PATCH] Update unit-test-report.yml Signed-off-by: Roger Castaldo --- .github/workflows/unit-test-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-test-report.yml b/.github/workflows/unit-test-report.yml index c8a4b72..df28171 100644 --- a/.github/workflows/unit-test-report.yml +++ b/.github/workflows/unit-test-report.yml @@ -25,7 +25,7 @@ jobs: - name: Build-8.0 run: dotnet build --framework net8.0 --no-restore AutomatedTesting - name: Test-8.0 - run: dotnet test --framework net8.0 --no-build --verbosity normal AutomatedTesting + run: dotnet test --framework net8.0 --no-build --verbosity normal --logger "trx;LogFileName=test-results.trx" AutomatedTesting - name: report results uses: bibipkins/dotnet-test-reporter@v1.4.0 with: @@ -33,4 +33,4 @@ jobs: comment-title: 'Unit Test Results' results-path: ./**/*.trx coverage-path: ./**/coverage.xml - coverage-threshold: 90 \ No newline at end of file + coverage-threshold: 90