From 6174dc6349d055dc52f282dbf91e6d9829cd8dd7 Mon Sep 17 00:00:00 2001 From: Christian Beyer Date: Wed, 6 Dec 2023 22:00:13 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f51a82c..86a907c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,11 +34,3 @@ jobs: - name: Run UnitTests run: ./NUnit.ConsoleRunner.3.16.3/tools/nunit3-console.exe .\DetectDuplicates\DetectDuplicates.Lib.Tests\bin\Debug\net4.8\DetectDuplicates.Lib.Tests.dll - - - name: Test Report - uses: dorny/test-reporter@v1 - if: success() || failure() # run this step even if previous step failed - with: - name: NUnit Tests - path: '**/TestResult.xml' - reporter: java-junit # Format of test results