Skip to content

Commit 0e607dd

Browse files
committed
fix tests directory in workflow
1 parent df66cb2 commit 0e607dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet build "Discord.Net.ComponentDesigner.sln" -v minimal -c Release --no-restore /p:BuildNumber=${{ env.Suffix }} /p:IsTagBuild=${{ env.IsTagBuild }}
4949

5050
- name: Unit Test
51-
run: dotnet test "test/UnitTests.csproj" --no-restore --no-build -v minimal -c Release --logger trx
51+
run: dotnet test "tests/UnitTests.csproj" --no-restore --no-build -v minimal -c Release --logger trx
5252

5353
- name: Publish Test Results
5454
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)