Skip to content

Commit

Permalink
DO NOT MERGE Collect Junit reports in Cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Dec 18, 2024
1 parent a266292 commit 97e40b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ build_task:
script:
- source cirrus-env BUILD
- regular_mvn_build_deploy_analyze -Pdist-linux-x64,dist-linux-aarch64,dist-windows-x64,dist-macosx-x64,dist-macosx-aarch64
junit_artifacts:
path: "**/surefire-reports/**.xml"
type: text/xml
format: junit
cleanup_before_cache_script:
- cleanup_maven_repository

Expand Down

0 comments on commit 97e40b1

Please sign in to comment.