Commit 099fb48b authored by Perwaiz Ali's avatar Perwaiz Ali

.git-ci.yml changes

parent a4a52951
Pipeline #2220 failed with stages
in 2 minutes and 1 second
......@@ -19,8 +19,10 @@ Smoke test :
- docker
stage: test
image: openjdk:12-alpine
before_script:
- apk --no-cache add curl
script:
- java -jar ./target/ShowDemo_1-0.0.1-SNAPSHOT.jar &
- java -jar ./target/ShowDemo_1-0.0.1-SNAPSHOT.jar
- sleep 30
- curl http://localhost:8080/actuator/health | grep "UP"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment