Skip to content

Commit

Permalink
. e configure junit report for gh action
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
Co-Authored-By: asegrt <[email protected]>
  • Loading branch information
3 people committed Nov 4, 2024
1 parent 6ae718c commit 91a7ffc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/target/surefire-reports/*.xml'
summary: false
detailed_summary: false
detailed_summary: true
auto-merge:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 91a7ffc

Please sign in to comment.