Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/joekolodz/SierraHOTAS
Browse files Browse the repository at this point in the history
  • Loading branch information
joekolodz committed Aug 15, 2022
2 parents 0299ad4 + 8e8888d commit 5c6d2fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,21 @@ jobs:
- name: Build
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 -xml sierrahotas-test-results.xml

- name: Test
run: packages\xunit.runner.console.2.4.1\tools\net472\xunit.console.exe tests\bin\Release\SierraHOTAS.Tests.dll -xml sierrahotas-test-results.xml
run: dotnet test tests\bin\Release\SierraHOTAS.Tests.dll --logger "html;logfilename=sierrahotas-test-results.html"

# - name: Test
# run: dotnet test tests\bin\Release\SierraHOTAS.Tests.dll --logger "trx;logfilename=sierrahotas-test-results.xml"

- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
with:
name: Unit Test Results
path: sierrahotas-test-results.xml
path: TestResults\sierrahotas-test-results.html

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

0 comments on commit 5c6d2fe

Please sign in to comment.