Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SRNissen authored Jun 16, 2024
1 parent e6cb65f commit ea060f1
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,14 @@ jobs:
- name: step-setup-dependencies
uses: microsoft/setup-msbuild@v2

- name: discovery
run: |
pushd 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\'
gci -r vstest.console.exe
- name: step-build
run: MSBuild.exe msvc_test

- name: step-test
uses: microsoft/[email protected]
with:
searchFolder: D:\a\snct-constraints\snct-constraints\msvc_test\x64\Release
testAssembly: '**\\*test*.dll\n!**\\*TestAdapter.dll\n!**\\obj\\**' #msvc_test.dll
runInParallel: true
run: |
'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow\TestPlatform\vstest.console.exe' D:\a\snct-constraints\snct-constraints\msvc_test\x64\Release\msvc_test.dll
#searchFolder: D:\a\snct-constraints\snct-constraints\msvc_test\x64\Release
#testAssembly: '**\\*test*.dll\n!**\\*TestAdapter.dll\n!**\\obj\\**' #msvc_test.dll
#runInParallel: true

0 comments on commit ea060f1

Please sign in to comment.