This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 26e59adea9 fix native ci (#11933)
26e59adea9 is described below
commit 26e59adea98ab61a9dca294f3ba33d6f503a3c70
Author: huazhongming <[email protected]>
AuthorDate: Mon Mar 27 12:24:24 2023 +0800
fix native ci (#11933)
Signed-off-by: crazyhzm <[email protected]>
---
.github/workflows/build-and-test-scheduled-3.1.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-and-test-scheduled-3.1.yml
b/.github/workflows/build-and-test-scheduled-3.1.yml
index 7b1d67449f..8d56ddc30b 100644
--- a/.github/workflows/build-and-test-scheduled-3.1.yml
+++ b/.github/workflows/build-and-test-scheduled-3.1.yml
@@ -396,7 +396,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 native:compile
- nohup ./target/dubbo-demo-native-provider &
+ nohup ./target/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 native:compile
- ./target/dubbo-demo-native-consumer
+ ./target/demo-native-consumer