Skip to content

Commit

Permalink
added working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 21, 2023
1 parent 5edb259 commit b2e1930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
uses: darenm/Setup-VSTest@v1

- name: Test
run: vstest.console.exe /TestAdapterPath:"packages\xunit.runner.visualstudio.2.1.0\build\_common" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll
run: vstest.console.exe /TestAdapterPath:"packages\xunit.runner.visualstudio.2.1.0\build\_common" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll
working-directory: ./SoG_SGreader.Test

0 comments on commit b2e1930

Please sign in to comment.