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

crazyhzm pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new 58d97e5b73 fix native ci for scheduled (#11932)
58d97e5b73 is described below

commit 58d97e5b73d5f9f4353dc26afaf1e50d0ce22981
Author: huazhongming <[email protected]>
AuthorDate: Mon Mar 27 12:23:53 2023 +0800

    fix native ci for scheduled (#11932)
    
    Signed-off-by: crazyhzm <[email protected]>
---
 .github/workflows/build-and-test-scheduled-3.2.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-and-test-scheduled-3.2.yml 
b/.github/workflows/build-and-test-scheduled-3.2.yml
index b133e06502..1b48ecfc9e 100644
--- a/.github/workflows/build-and-test-scheduled-3.2.yml
+++ b/.github/workflows/build-and-test-scheduled-3.2.yml
@@ -380,7 +380,7 @@ jobs:
         run: |
           cd ${{ github.workspace 
}}/dubbo/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider
           ${{ github.workspace }}/dubbo/mvnw --batch-mode 
--no-snapshot-updates -e --no-transfer-progress --fail-fast -T 2C clean package 
-P native -Dmaven.test.skip=true
-          nohup ./target/demo-native-provider &
+          nohup ./target/dubbo-demo-native-provider &
           cd ${{ github.workspace 
}}/dubbo/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer
           ${{ github.workspace }}/dubbo/mvnw --batch-mode 
--no-snapshot-updates -e --no-transfer-progress --fail-fast -T 2C clean package 
-P native -Dmaven.test.skip=true
-          ./target/demo-native-consumer
+          ./target/dubbo-demo-native-consumer

Reply via email to