This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4d5947f95 refactor ci target to dubbo-go-samples main branch (#3032)
4d5947f95 is described below

commit 4d5947f95d8586c86a961a0e15d9db247260f83c
Author: Xuetao Li <[email protected]>
AuthorDate: Sat Sep 20 16:29:58 2025 +0800

    refactor ci target to dubbo-go-samples main branch (#3032)
---
 .github/workflows/github-actions.yml | 2 +-
 integrate_test.sh                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/github-actions.yml 
b/.github/workflows/github-actions.yml
index 4a5fccab0..d0a9ee277 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -114,7 +114,7 @@ jobs:
     - name: Integration Test
       run: |
         if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
-            ./integrate_test.sh 
${{github.event.pull_request.head.repo.full_name}} 
${{github.event.pull_request.head.sha}} ${{github.base_ref}}
+            ./integrate_test.sh 
${{github.event.pull_request.head.repo.full_name}} 
${{github.event.pull_request.head.sha}} main
         elif [ "$GITHUB_EVENT_NAME" == "push" ]; then
             ./integrate_test.sh $GITHUB_REPOSITORY $GITHUB_SHA $GITHUB_REF_NAME
         else
diff --git a/integrate_test.sh b/integrate_test.sh
index 374202c2e..6cc07122f 100755
--- a/integrate_test.sh
+++ b/integrate_test.sh
@@ -25,7 +25,7 @@ ROOT_DIR=$(pwd)
 echo "integrate-test root work-space -> ${ROOT_DIR}"
 
 echo "use dubbo-go-samples $3 branch for integration testing"
-git clone -b $3 https://github.com/apache/dubbo-go-samples.git samples && cd 
samples
+git clone -b $3 https://github.com/apache/dubbo-go-samples.git samples 
--depth=1 && cd samples
 
 # update dubbo-go to current commit id
 if [ "$1" == "apache/dubbo-go" ]; then

Reply via email to