From 93e36e702746e2e8284fe55e7d953b99408659ac Mon Sep 17 00:00:00 2001 From: eugene Date: Thu, 26 Sep 2024 16:44:22 -0400 Subject: [PATCH] better test output --- .github/workflows/cmake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0ae7430..6df03a5 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -126,6 +126,7 @@ jobs: if: steps.build.outcome == 'success' uses: mikepenz/action-junit-report@v4 with: + detailed_summary: 'true' report_paths: ${{ github.workspace }}/build/**/TEST-*.xml - name: upload test report