Commit 58064173 authored by Perwaiz Ali's avatar Perwaiz Ali

change in .git-yml

parent f514dfbe
Pipeline #2197 failed with stages
in 46 seconds
......@@ -18,5 +18,9 @@ Smoke test :
- docker
stage: test
image: maven:3-jdk-11
before_script:
- apk --no-cache add curl
script:
- java -jar ./target/CICDTesting-0.0.1-SNAPSHOT.jar
- sleep 30
- curl http://localhost:8080/actuator/health | grep "UP"
\ No newline at end of file
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