Skip to content

Commit

Permalink
define test result filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaa committed Jul 15, 2023
1 parent 069cd00 commit 5a62486
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
run: msbuild BlueM.Wave\tests\Wave.Tests.vbproj -restore -property:Platform=x64 -property:Configuration=Debug
- name: Run Tests
run: |
vstest.console.exe BlueM.Wave\tests\bin\x64\Debug\Wave.Tests.dll /Platform:x64 /ResultsDirectory:TestResults /Logger:html
vstest.console.exe BlueM.Wave\tests\bin\x64\Debug\Wave.Tests.dll /Platform:x64 /ResultsDirectory:TestResults /Logger:html;LogFileName=test-results.html
shell: cmd
- name: Upload test results
uses: actions/upload-artifact@v3
with:
name: test-results
path: TestResults
path: TestResults\test-results.html

0 comments on commit 5a62486

Please sign in to comment.