spacewander commented on code in PR #7080:
URL: https://github.com/apache/apisix/pull/7080#discussion_r876687354
##########
ci/linux_openresty_common_runner.sh:
##########
@@ -101,6 +101,10 @@ after_success() {
echo "done"
}
+linux_get_dependencies() {
+ install_dependencies
Review Comment:
We can put this in each runner.sh's `do_install`? So there is no need to put
`sudo ./ci/${{ matrix.os_name }}_runner.sh linux_get_dependencies` in each
workflow.
--
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]