mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
remove run deployment from workflow
This commit is contained in:
parent
eafb30ae92
commit
d95ea7b11f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -47,5 +47,5 @@ jobs:
|
||||||
name: code-coverage-report
|
name: code-coverage-report
|
||||||
path: target/site/jacoco/**
|
path: target/site/jacoco/**
|
||||||
|
|
||||||
- name: Run Deployment
|
# - name: Run Deployment
|
||||||
run: java -jar target/spring-petclinic-3.3.0-SNAPSHOT.jar
|
# run: java -jar target/spring-petclinic-3.3.0-SNAPSHOT.jar
|
||||||
|
|
Loading…
Reference in a new issue