From 87e6788f91ee2f125d30c78b8f9f37b0812e5294 Mon Sep 17 00:00:00 2001 From: Lars Eckart Date: Mon, 4 Nov 2024 20:00:17 +0200 Subject: [PATCH] *** failing on purpose, detailed_summary: false Co-Authored-By: Llewellyn Falco Co-Authored-By: asegrt <46486845+asegrt@users.noreply.github.com> --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42e4968..1ca7d33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,8 +37,7 @@ jobs: with: report_paths: '**/target/surefire-reports/*.xml' summary: true - detailed_summary: true - group_suite: true + detailed_summary: false auto-merge: needs: build runs-on: ubuntu-latest