Skip to content

Commit

Permalink
Reinstate install VSTest
Browse files Browse the repository at this point in the history
  • Loading branch information
9swampy committed Apr 17, 2024
1 parent 38f4a42 commit fbee182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: msbuild $env:Solution_Name /p:Configuration=Debug /p:Platform="Any CPU"

- name: Setup VSTest.console.exe
uses: @v1
uses: darenm/Setup-VSTest@v1

- name: Telnet.CiTests
run: vstest.console.exe **\bin\Debug\**\PrimS.Telnet.CiTests.dll
Expand Down

0 comments on commit fbee182

Please sign in to comment.