remove run deployment from workflow

This commit is contained in:
YouWenKee 2024-08-28 13:59:31 +08:00
parent eafb30ae92
commit d95ea7b11f

View file

@ -47,5 +47,5 @@ jobs:
name: code-coverage-report
path: target/site/jacoco/**
- name: Run Deployment
run: java -jar target/spring-petclinic-3.3.0-SNAPSHOT.jar
# - name: Run Deployment
# run: java -jar target/spring-petclinic-3.3.0-SNAPSHOT.jar