Skip to content

Commit 5009453

Browse files
committed
Test: report failure must abort the job and report outcome Red
1 parent f98d3e8 commit 5009453

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
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
name: ${{ matrix.os }} test results
115115
reporter: dotnet-trx
116-
path: '**/*.trx'
116+
path: '**/*.notfound'
117117
fail-on-empty: 'true'
118118
fail-on-error: 'false'
119119

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ jobs:
105105
with:
106106
name: ${{ inputs.OS }}-latest test results
107107
reporter: dotnet-trx
108-
path: '**/*.trx'
108+
path: '**/*.notfound'
109109
fail-on-empty: 'true'
110110
fail-on-error: 'false'

0 commit comments

Comments
 (0)