Skip to content

Commit

Permalink
publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 committed Feb 14, 2024
1 parent 86243f0 commit 8a377f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:

- name: Analyzer Test
run: dotnet test "test/Discord.Net.Analyzers.Tests/Discord.Net.Analyzers.Tests.csproj" --no-restore --no-build -v minimal -c Release --logger trx

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: failure() || success()
with:
files: ./**/*.trx

- name: Pack
env:
Expand Down

0 comments on commit 8a377f2

Please sign in to comment.