diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d5e104c..17a3a80 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,5 +23,4 @@ jobs: - name: Test run: | - cd SoG_SGreader.Test - dotnet test \ No newline at end of file + "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll \ No newline at end of file