diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10111a72b7..f769c2ff48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: retention-days: ${{env.retention-days}} if-no-files-found: error - name: Upload Surefire files + if: success() || failure() uses: actions/upload-artifact@v3 with: name: SurefireReports