From 5181f89de2ce50f2790f4810c5c76e9eba6bcfaf Mon Sep 17 00:00:00 2001 From: Lars Eckart Date: Mon, 4 Nov 2024 20:02:19 +0200 Subject: [PATCH] *** detailed_summary on, summary off Co-Authored-By: Llewellyn Falco Co-Authored-By: asegrt <46486845+asegrt@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ca7d33..0e2476b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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