From 5ff3b5346c40608e1d51d714657cc9ecfcfbde63 Mon Sep 17 00:00:00 2001 From: Sanchit Garg Date: Thu, 12 Oct 2023 19:05:11 +0530 Subject: [PATCH] Update surefire report configuration --- .github/workflows/build.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 939f9a6..ee7acec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,10 +51,12 @@ jobs: **/target/rat.txt **/target/surefire-reports/* - name: Surefire Report - # Pinned 1.0.5 version - uses: ScaCap/action-surefire-report@ad808943e6bfbd2e6acba7c53fdb5c89534da533 + # Pinned 3.5.2 version + uses: mikepenz/action-junit-report@16a9560bd02f11e7e3bf6b3e2ef6bba6c9d07c32 if: always() with: - # GITHUB_TOKEN + report_paths: '**/target/surefire-reports/TEST-*.xml' github_token: ${{ secrets.GITHUB_TOKEN }} - commit: ${{ github.event.workflow_run.head_branch }} + detailed_summary: true + commit: ${{ github.event.workflow_run.head_sha }} + check_name: Test Report