diff --git a/.github/actions/test-report/action.yml b/.github/actions/test-report/action.yml index a617c09d..0a9f3b4f 100644 --- a/.github/actions/test-report/action.yml +++ b/.github/actions/test-report/action.yml @@ -22,3 +22,4 @@ runs: detailed_summary: true include_passed: false check_name: ${{ inputs.report_name }} + annotate_only: true