This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new f3d1294411 Temporally remove sonarcloud check
f3d1294411 is described below
commit f3d12944114afbb34bfd5f6420aeb43479d01533
Author: Albumen Kevin <[email protected]>
AuthorDate: Wed Aug 28 11:35:24 2024 +0800
Temporally remove sonarcloud check
---
.github/workflows/build-and-test-pr.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index 3a23704904..0a759bbe5b 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -210,7 +210,6 @@ jobs:
restore-keys: |
zookeeper-${{ runner.os }}-
- name: "Test with Maven"
- if: ${{ github.repository != 'apache/dubbo' }}
timeout-minutes: 70
run: |
./mvnw --batch-mode --no-snapshot-updates -e --no-transfer-progress
--fail-fast clean test verify
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
-Pjacoco,jdk15ge-simple,'!jdk15ge',jacoco089 -DtrimStackTrace=false
-Dmaven.wagon.http.retryHandler.count=5 -DskipTests=false
-DskipIntegrationTests=false -Dcheckstyle.skip=false
-Dcheckstyle_unix.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
-DembeddedZookeeperPath=${{ github.workspace }}/.tmp/zookeeper