monkeyDluffy6017 commented on code in PR #9660:
URL: https://github.com/apache/apisix/pull/9660#discussion_r1285554904


##########
.github/workflows/build.yml:
##########
@@ -137,7 +137,7 @@ jobs:
           [[ ${{ steps.test_env.outputs.type }} != first ]] && sudo 
./ci/init-${{ steps.test_env.outputs.type }}-test-service.sh after
           echo "Linux launch services, done."
       - name: Start Dubbo Backend
-        if: matrix.os_name == 'linux_openresty' && steps.test_env.outputs.type 
== 'plugin'
+        if: matrix.os_name == 'linux_openresty' && 
[steps.test_env.outputs.type == 'plugin' || steps.test_env.outputs.type == 
'xrpc']

Review Comment:
   Where do you get the type `xrpc`,  i think it should be `last`



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to