diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index fd3483ed022..fdf5852d140 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