AlinsRan commented on code in PR #9660:
URL: https://github.com/apache/apisix/pull/9660#discussion_r1286627905
##########
.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:
https://github.com/apache/apisix/actions/runs/5751049180
Incorrect expression caused the CI to skip, please fix it.
--
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]