Skip to content

Commit 9037b11

Browse files
committed
ci: attempt to use local vstest.console.exe
1 parent 7f1cd61 commit 9037b11

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ jobs:
6060
# Tests
6161
- name: Build
6262
run: msbuild BlazarTech.QueryableValues.EF6.sln -property:Configuration=Release -property:RestorePackages=false
63-
#- name: Tests
64-
# run: vstest.console.exe tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
6563
- name: Tests
66-
uses: microsoft/[email protected]
67-
with:
68-
testAssembly: BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
69-
searchFolder: ./tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/
70-
runInParallel: false
71-
vstestLocationMethod: location
72-
vstestLocation: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/Extensions/TestPlatform/vstest.console.exe'
64+
run: |
65+
& "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/Extensions/TestPlatform/vstest.console.exe" ./tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
66+
#uses: microsoft/[email protected]
67+
#with:
68+
# testAssembly: BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
69+
# searchFolder: ./tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/
70+
# runInParallel: false
71+
# vstestLocationMethod: location
72+
# vstestLocation: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/Extensions/TestPlatform/vstest.console.exe'
7373

7474
- name: Upload Artifacts
7575
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)