membphis commented on a change in pull request #3224:
URL: https://github.com/apache/apisix/pull/3224#discussion_r559608778
##########
File path: .github/workflows/build.yml
##########
@@ -59,6 +59,15 @@ jobs:
- name: Linux Before install
run: sudo ./.travis/${{ matrix.os_name }}_runner.sh before_install
+ - name: Start Dubbo Backend
+ if: matrix.os_name == 'linux_openresty'
+ run: |
+ sudo apt install -y maven
+ cd t/lib/dubbo-backend
+ mvn package
+ cd dubbo-backend-provider/target
+ java -Djava.net.preferIPv4Stack=true -jar
dubbo-demo-provider.one-jar.jar > /tmp/java.log &
Review comment:
`mvn package` + `java -Djava.net.preferIPv4Stack=true`
How long does it usually take?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]