Skip to content

Commit

Permalink
Update test workflow to reflect new test assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermaxfield committed Dec 8, 2022
1 parent 3da489c commit 3fdc1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/net-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: msbuild.exe duo_api_csharp.sln

- name: Run Tests dll
run: vstest.console.exe .\test\bin\Debug\test.dll
run: vstest.console.exe .\test\bin\Debug\DuoApiTest.dll

0 comments on commit 3fdc1e7

Please sign in to comment.