Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Upgrade NUnit.ConsoleRunner to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Nov 30, 2022
1 parent 973030a commit 247dca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: msbuild Extension.sln /restore /v:m /property:Configuration=${{ inputs.config }}

- name: Install NUnit.ConsoleRunner
run: nuget install NUnit.ConsoleRunner -Version 3.13.0 -DirectDownload -OutputDirectory .
run: nuget install NUnit.ConsoleRunner -Version 3.16.0 -DirectDownload -OutputDirectory .

- name: Run UnitTests
run: ./NUnit.ConsoleRunner.3.13.0/tools/nunit3-console.exe src\Tests\bin\${{ inputs.config }}\net48\Tests.dll
run: ./NUnit.ConsoleRunner.3.16.0/tools/nunit3-console.exe src\Tests\bin\${{ inputs.config }}\net48\Tests.dll

- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
Expand Down

0 comments on commit 247dca4

Please sign in to comment.