Skip to content

Commit 1f98d2d

Browse files
committed
Add emoji on test results
1 parent a659fe0 commit 1f98d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- uses: dorny/test-reporter@v1
2121
with:
2222
artifact: TestResults-${{ matrix.os }}.trx
23-
name: Test Results (${{ matrix.os }})
23+
name: 🚦 Test Results (${{ matrix.os }})
2424
path: '*.trx'
2525
reporter: dotnet-trx

0 commit comments

Comments
 (0)