Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Huda-sh committed Oct 21, 2023
1 parent 417d6d2 commit e9c61ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
msbuild.exe Binary_Search_Homework.sln /p:platform="Any CPU" /p:configuration="Release"
- name: Run Tests
run: vstest.console.exe .\Binary_Search_Homework_Test\bin\Debug\Binary_Search_Homework_Test.dll
run: vstest.console.exe \Binary_Search_Homework_Test\bin\Debug\Binary_Search_Homework_Test.dll

0 comments on commit e9c61ae

Please sign in to comment.