diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c7afc95a..c3c59d9e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -31,9 +31,9 @@ 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 - name: Upload test results uses: actions/upload-artifact@v3 with: name: test-results - path: TestResults \ No newline at end of file + path: TestResults\test-results.html \ No newline at end of file