Skip to content

Commit 8f38447

Browse files
committed
Allow empty test results in test-reporter
macOS test discovery may fail before producing JUnit XML; don't let the reporter add a second failure.
1 parent f45016d commit 8f38447

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ jobs:
6161
name: "test (${{ matrix.name }})"
6262
path: ${{ matrix.build_dir }}/test-results.xml
6363
reporter: java-junit
64+
fail-on-empty: 'false'
6465

0 commit comments

Comments
 (0)