Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b4234e6

Browse files
authored
Run tests in bin directory
1 parent e68813c commit b4234e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757

5858
# We need to run '**\bin\**\*Tests.dll'
5959
- name: Run unit tests
60-
run: vstest.console test\GitHub.InlineReviews.UnitTests\obj\Release\net46\GitHub.InlineReviews.UnitTests.dll /Settings:${{ github.workspace }}\test\test.runsettings
60+
run: vstest.console test\GitHub.InlineReviews.UnitTests\bin\Release\net46\GitHub.InlineReviews.UnitTests.dll /Settings:${{ github.workspace }}\test\test.runsettings

0 commit comments

Comments
 (0)