Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 authored Dec 6, 2023
1 parent 3205f11 commit 6174dc6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6174dc6

Please sign in to comment.