Skip to content

Commit

Permalink
save tsst results
Browse files Browse the repository at this point in the history
  • Loading branch information
joekolodz authored Sep 22, 2021
1 parent 7f0672b commit cb71164
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 @@ -31,13 +31,13 @@ jobs:
run: msbuild SierraHOTAS.sln -m /p:Configuration=Release

- name: Test
run: packages\xunit.runner.console.2.4.1\tools\net472\xunit.console.exe tests\bin\Release\SierraHOTAS.Tests.dll
run: packages\xunit.runner.console.2.4.1\tools\net472\xunit.console.exe tests\bin\Release\SierraHOTAS.Tests.dll -xml sierrahotas-test-results.xml

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v1
if: always()
with:
files: sierrahotas-test-results/**/*.xml
files: sierrahotas-test-results.xml

- name: Create Setup
run: msbuild SierraHOTASSetup\SierraHOTASSetup.wixproj -m /p:Configuration=Release
Expand Down

0 comments on commit cb71164

Please sign in to comment.