Skip to content

Commit

Permalink
using dotnet test to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Sep 17, 2024
1 parent 44c85c0 commit f356693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
run: msbuild JFrogVSExtension.sln /p:Configuration=Release /p:Platform="Any CPU" /p:BuildInParallel=true /m

- name: Run MSTest Project
run: vstest.console.exe ./UnitTestJfrogVSExtension/bin/Release/UnitTestJfrogVSExtension.dll
run: dotnet test --no-build ./UnitTestJfrogVSExtension/bin/Release/UnitTestJfrogVSExtension.dll

0 comments on commit f356693

Please sign in to comment.