mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
added Continous Integration File
This commit is contained in:
parent
d95ea7b11f
commit
cf523501cd
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4 # Update to the latest version if available
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
|
@ -46,6 +46,3 @@ jobs:
|
|||
with:
|
||||
name: code-coverage-report
|
||||
path: target/site/jacoco/**
|
||||
|
||||
# - name: Run Deployment
|
||||
# run: java -jar target/spring-petclinic-3.3.0-SNAPSHOT.jar
|
||||
|
|
Loading…
Reference in a new issue