Skip to content

Commit b714823

Browse files
committed
Chore: Added github cicd integration file
Signed-off-by: Achanandhi <[email protected]>
1 parent 2f39817 commit b714823

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-petclinic/github-cicd-integration/github-actions.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
curl --silent --location "https://github.com/keploy/keploy/releases/latest/download/keploy_linux_amd64.tar.gz" | tar xz --overwrite -C /tmp
4040
sudo mkdir -p /usr/local/bin && sudo mv /tmp/keploy /usr/local/bin/keploy
4141
run: |
42-
sudo keploy test -c "java -jar target/spring-petclinic-rest-3.0.2.jar" -t test-set-0 --delay 60
42+
sudo keploy test -c "java -jar target/spring-petclinic-rest-3.0.2.jar" -t test-set-0 --delay 60
43+
# The above command works only if you have already generated the test case. The -t flag is used to include a specific test case.

0 commit comments

Comments
 (0)