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

Commit 1fb4fab

Browse files
authored
Set TestAdapterPath:test
1 parent b4234e6 commit 1fb4fab

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\bin\Release\net46\GitHub.InlineReviews.UnitTests.dll /Settings:${{ github.workspace }}\test\test.runsettings
60+
run: vstest.console /TestAdapterPath:test GitHub.App.UnitTests\bin\Release\net46\GitHub.App.UnitTests.dll /Settings:test.runsettings

0 commit comments

Comments
 (0)