Run trino server and CLI at the same time by Github Actions #17878
Unanswered
tongvantruong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to run
and
inside one Github Actions so that I can make a query to trino after that. But I could not do it because the first step will run forever. I will see SERVER STARTED message. So the second command (to run CLI) will not be run. How can I make it works?
Beta Was this translation helpful? Give feedback.
All reactions