diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de3d0ff670..c2f3e0b3d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,12 @@ jobs: path: core/target/evomaster.jar retention-days: ${{env.retention-days}} if-no-files-found: error + - name: Upload Surefire files + uses: actions/upload-artifact@v3 + with: + name: SurefireReports + path: **/target/surefire-reports/TEST-*.xml + if-no-files-found: error ### TODO disabled due to bug. See https://github.com/mikepenz/action-junit-report/issues/952 # Make test report accessible from GitHub Actions (as Maven logs are long) - name: Publish Test Report