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 5787bfa28214a6eddaedfb32640677d36f041afe Author: deepsola <[email protected]> AuthorDate: Fri Feb 10 16:19:03 2023 +0800 Update push-ci.yml --- .github/workflows/push-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index fd3483ed0..fdf5852d1 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -133,7 +133,7 @@ jobs: test-code-git: "https://ghproxy.com/https://github.com/apache/rocketmq-e2e.git" test-code-branch: "master" test-code-path: java/e2e - test-cmd: "mvn -B test -Djunit.jupiter.execution.parallel.config.dynamic.factor=2" + test-cmd: "mvn -B test" job-id: ${{ strategy.job-index }} - name: Publish Test Report uses: mikepenz/action-junit-report@v3
