Skip to content

Commit 48a2876

Browse files
Update test-report.yml
1 parent e0d33a1 commit 48a2876

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
test-results-net9.0
1919
test-results-net8.0
2020
name: Unit Tests (.NET 8 & 9)
21-
path: '*.trx'
21+
# only consider trx files; placeholders will be ignored
22+
path: '**/*.trx'
2223
reporter: dotnet-trx
2324
fail-on-error: false
2425
fail-on-empty: false

0 commit comments

Comments
 (0)