Skip to content

Commit

Permalink
Add emoji on test results
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Dec 21, 2024
1 parent a659fe0 commit 1f98d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: dorny/test-reporter@v1
with:
artifact: TestResults-${{ matrix.os }}.trx
name: Test Results (${{ matrix.os }})
name: 🚦 Test Results (${{ matrix.os }})
path: '*.trx'
reporter: dotnet-trx

0 comments on commit 1f98d2d

Please sign in to comment.