Skip to content

Commit

Permalink
Use newer version of "Show Test Report" action (#1017)
Browse files Browse the repository at this point in the history
Use newer version of "Show Test Report" action
- switch to "mikepenz/action-junit-report@v5"
- add comments to PR with test results
- show failed test summary
  • Loading branch information
vmilosevic authored Jan 10, 2025
1 parent 4f065d3 commit 668c40d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,12 @@ jobs:
path: ${{ steps.strings.outputs.test_report_path }}

- name: Show Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: ${{ steps.strings.outputs.test_report_path }}
check_name: TT-Forge-FE Tests
comment: true
updateComment: false
detailed_summary: true
group_suite: true

0 comments on commit 668c40d

Please sign in to comment.