Skip to content

Commit a8483e7

Browse files
committed
report test results
1 parent 2792b91 commit a8483e7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/component-configuration.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@ jobs:
8282
with:
8383
name: TestResults-${{ env.OS }}
8484
path: '**/*.trx'
85+
86+
- name: Report test results
87+
uses: dorny/test-reporter@v2
88+
with:
89+
artifact: TestResults-${{ inputs.OS }}
90+
name: ${{ inputs.OS }} test results
91+
reporter: dotnet-trx
92+
path: '*.trx'

.github/workflows/component-shared-workflow.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,11 @@ jobs:
7474
with:
7575
name: TestResults-${{ inputs.OS }}
7676
path: '**/*.trx'
77+
78+
- name: Report test results
79+
uses: dorny/test-reporter@v2
80+
with:
81+
artifact: TestResults-${{ inputs.OS }}
82+
name: ${{ inputs.OS }} test results
83+
reporter: dotnet-trx
84+
path: '*.trx'

0 commit comments

Comments
 (0)