Skip to content

Commit

Permalink
Use TestAdapterPath instead of UseVsixExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 21, 2023
1 parent c2e4e3b commit 2101c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Setup VSTest Console
uses: darenm/Setup-VSTest@v1

- name: Test with VSTest Console
run: vstest.console.exe /UseVsixExtensions:true SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll
- 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

0 comments on commit 2101c46

Please sign in to comment.