Skip to content

Commit

Permalink
*** detailed_summary on, summary off
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 87e6788 commit 5181f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/target/surefire-reports/*.xml'
summary: true
detailed_summary: false
summary: false
detailed_summary: true
auto-merge:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5181f89

Please sign in to comment.