We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b7beb commit 7cddb91Copy full SHA for 7cddb91
.github/workflows/build.yml
@@ -70,12 +70,16 @@ jobs:
70
uses: mikepenz/action-junit-report@v6
71
if: ${{ !cancelled() }} # always run even if the previous step fails
72
with:
73
- report_paths: '**/test-results/**/TEST-*.xml'
+ annotate_only: true
74
+ comment: true
75
detailed_summary: true
76
flaky_summary: true
77
+ group_suite: true
78
include_empty_in_summary: false
79
include_time_in_summary: true
- annotate_only: true
80
+ report_paths: '**/test-results/**/TEST-*.xml'
81
+ truncate_stack_traces: false
82
+ updateComment: true
83
84
- name: Disable Auto-Merge on Fail
85
if: failure() && github.event_name == 'pull_request'
0 commit comments