diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index cbdd4cdfc..e59c00eba 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -18,3 +18,7 @@ jobs: name: Tests path: '**/*.xml' reporter: java-junit + # This should not affect the result of the check created + # for the origin PR. This just affects this post-processing job itself. + fail-on-error: false + fail-on-empty: false