dkreth / shorty

***WIP*** URL shortener built using Spring Boot and MongoDB
1 stars 0 forks source link

set up newman cli to run postman functional tests on Github actions #14

Open dkreth opened 4 years ago

dkreth commented 4 years ago

See this branch for my attempts so far.

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.