Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 21, 2023
1 parent d4eb01b commit a1e51c5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Setup VSTest Console
uses: darenm/Setup-VSTest@v1

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

0 comments on commit a1e51c5

Please sign in to comment.