spacewander commented on a change in pull request #3224:
URL: https://github.com/apache/apisix/pull/3224#discussion_r559604493
##########
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:
As the content of Java code is depended on what you want to test, it is
inconvenient to move it to a separate repo.
----------------------------------------------------------------
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]