fix native ci for scheduled (#11932)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
This commit is contained in:
parent
7b1199a98e
commit
58d97e5b73
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue