Skip to content

Commit d40c646

Browse files
committed
fix: Set Test Reporter use-actions-summary to false
1 parent 8fa5f1b commit d40c646

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ on:
88
- completed
99

1010
jobs:
11-
report:
11+
test-report:
1212
permissions:
13-
actions: read
1413
checks: write
15-
contents: read
1614

1715
runs-on: ubuntu-24.04
1816

@@ -38,5 +36,6 @@ jobs:
3836
path: '**/*.trx'
3937
reporter: dotnet-trx
4038
only-summary: true
39+
use-actions-summary: false
4140
list-suites: failed
4241
list-tests: failed

0 commit comments

Comments
 (0)