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 Mar 21, 2024
2 parents 5c2aef9 + 5315b0b commit 0dfacfe
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Test

on:
workflow_dispatch: {}
push:
branches: [ master ]

Expand All @@ -27,15 +28,15 @@ jobs:
# - 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: dotnet test tests\bin\Release\SierraHOTAS.Tests.dll --logger "html;logfilename=sierrahotas-test-results.html"

- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v3
with:
name: Unit Test Results
path: TestResults\sierrahotas-test-results.html
# - name: Test
# run: dotnet test tests\bin\Release\SierraHOTAS.Tests.dll --logger "html;logfilename=sierrahotas-test-results.html"
#
# - name: Upload Unit Test Results
# if: always()
# uses: actions/upload-artifact@v3
# with:
# name: Unit Test Results
# path: TestResults\sierrahotas-test-results.html

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

0 comments on commit 0dfacfe

Please sign in to comment.