Skip to content

Commit f3cbcea

Browse files
committed
fix: Allow empty test report
1 parent 80d8591 commit f3cbcea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
name: test-report
3636
path: '**/*.trx'
3737
reporter: dotnet-trx
38+
fail-on-empty: false
3839
only-summary: true
3940
use-actions-summary: false
4041
list-suites: failed

0 commit comments

Comments
 (0)