Skip to content

Commit 208ab7d

Browse files
committed
Test: report failure must abort the job and report outcome Red
1 parent 41ee3b0 commit 208ab7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Steeltoe.All.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
name: ${{ matrix.os }} test results
117117
reporter: dotnet-trx
118-
path: '**/*.trx'
118+
path: '**/*.notfound'
119119
fail-on-empty: 'true'
120120
fail-on-error: 'false'
121121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
name: ${{ inputs.OS }}-latest test results
109109
reporter: dotnet-trx
110-
path: '**/*.trx'
110+
path: '**/*.notfound'
111111
fail-on-empty: 'true'
112112
fail-on-error: 'false'
113113

0 commit comments

Comments
 (0)