I can get the app to run in the pipeline using actions/setup-java@1 and gradlew bootRun. But then the pipeline stops there and doesn't proceed to running the rest of the steps (such as the newman tests). Not sure where to go from here -- any insight is welcome.
See this branch for my attempts so far.
I can get the app to run in the pipeline using
actions/setup-java@1
andgradlew bootRun
. But then the pipeline stops there and doesn't proceed to running the rest of the steps (such as the newman tests). Not sure where to go from here -- any insight is welcome.