Skip to content

Commit

Permalink
exporting Surefire files
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Oct 6, 2023
1 parent 1a9db88 commit 4504f5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4504f5b

Please sign in to comment.