Skip to content

Commit

Permalink
TS-34893 Fix VSTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsófia Borbély committed Jul 5, 2023
1 parent 1c61305 commit 8dbe6bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- name: Test
run: |
vstest.console.exe /parallel
Profiler_Cpp_Test/bin/Release/x86/Profiler_Cpp_Test.dll
Profiler_Test/bin/Release/Profiler_Test.dll
vstest.console.exe /parallel \
Profiler_Cpp_Test/bin/Release/x86/Profiler_Cpp_Test.dll \
Profiler_Test/bin/Release/Profiler_Test.dll \
UploadDaemon_Test/bin/Release/UploadDaemon_Test.dll
- name: Install markdown-pdf
Expand Down

0 comments on commit 8dbe6bc

Please sign in to comment.