Skip to content

Commit 62e6062

Browse files
committed
Enable only annotations in junit report action
1 parent 7bf5c49 commit 62e6062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-junit-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ runs:
88
if: always() # always run even if the previous step fails
99
with:
1010
report_paths: '**/build/test-results/test/TEST-*.xml'
11-
detailed_summary: true
11+
annotate_only: true

0 commit comments

Comments
 (0)