Skip to content

Commit 88951f1

Browse files
camille-004claude
andcommitted
ci: set fail-on-error=false on test reporters
The dorny/test-reporter steps were failing the job a second time when tests failed. The pytest step is the authoritative failure signal; the reporter is for display only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 88f0073 commit 88951f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
name: Test Results (Python ${{ matrix.python-version }})
189189
path: test-results.xml
190190
reporter: java-junit
191+
fail-on-error: false
191192

192193
benchmark:
193194
name: Benchmark
@@ -239,3 +240,4 @@ jobs:
239240
name: Benchmark Results
240241
path: benchmark-results.xml
241242
reporter: java-junit
243+
fail-on-error: false

0 commit comments

Comments
 (0)