From d3c05c609d487d44388a8338df3609813d570e29 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Thu, 11 Jan 2024 15:51:07 +0100 Subject: [PATCH] Updated publish github action --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ac70eb..ca14125 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -136,9 +136,10 @@ jobs: path: artifacts - name: publish test results - uses: EnricoMi/publish-unit-test-result-action@v2 + uses: EnricoMi/publish-unit-test-result-action/composite@v2 with: - files: "artifacts/**/${{ env.program }}-testreport-*.xml" + commit: ${{ github.event.workflow_run.head_sha }} + junit_files: "artifacts/**/${{ env.program }}-testreport-*.xml" report_individual_runs: true coverage: