This is an automated email from the ASF dual-hosted git repository. zhouxzhan pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
commit 1af20c8432629e8646f882e6548784698915ab65 Author: deepsola <[email protected]> AuthorDate: Mon Feb 6 19:03:02 2023 +0800 Update push-ci.yml --- .github/workflows/push-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index 16aabb0e0..53edb1bd0 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -49,6 +49,8 @@ jobs: if: always() # always run even if the previous step fails with: report_paths: '**/surefire-reports/TEST-*.xml' + annotate_only: true + detailed_summary: true dist-tar: if: ${{ success() }}
