Skip to content

Commit

Permalink
Updated publish github action
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Jan 11, 2024
1 parent 522f6eb commit d3c05c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3c05c6

Please sign in to comment.