We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df66cb2 commit 0e607ddCopy full SHA for 0e607dd
.github/workflows/dotnet.yml
@@ -48,7 +48,7 @@ jobs:
48
run: dotnet build "Discord.Net.ComponentDesigner.sln" -v minimal -c Release --no-restore /p:BuildNumber=${{ env.Suffix }} /p:IsTagBuild=${{ env.IsTagBuild }}
49
50
- name: Unit Test
51
- run: dotnet test "test/UnitTests.csproj" --no-restore --no-build -v minimal -c Release --logger trx
+ run: dotnet test "tests/UnitTests.csproj" --no-restore --no-build -v minimal -c Release --logger trx
52
53
- name: Publish Test Results
54
uses: EnricoMi/publish-unit-test-result-action@v2
0 commit comments