Skip to content

Commit 619d197

Browse files
committed
Update dorny/test-reporter to v2
It uses GitHub Actions Job Summaries instead of Check Runs which fixes dorny/test-reporter#387 and simplifies the action setup.
1 parent 8d4957e commit 619d197

File tree

3 files changed

+7
-26
lines changed

3 files changed

+7
-26
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ jobs:
5858
with:
5959
name: TestResults-${{ runner.os }}.trx
6060
path: "*.trx"
61+
- name: 📊 Test Report
62+
uses: dorny/test-reporter@v2
63+
if: always()
64+
with:
65+
name: 🚦 Test Results
66+
path: '*.trx'
67+
reporter: dotnet-trx
6168
- name: 📤 Upload coverage report
6269
if: matrix.os == 'ubuntu-latest'
6370
uses: actions/upload-artifact@v4

.github/workflows/test-report.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

serilog-formatting-log4net.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{7AA372D2-2CE3-417F-ADA5-FD96743FCAB1}"
2121
ProjectSection(SolutionItems) = preProject
2222
.github\workflows\continuous-integration.yml = .github\workflows\continuous-integration.yml
23-
.github\workflows\test-report.yml = .github\workflows\test-report.yml
2423
EndProjectSection
2524
EndProject
2625
Global

0 commit comments

Comments
 (0)