added Continous Integration File

This commit is contained in:
YouWenKee 2024-08-31 17:31:04 +08:00
parent d95ea7b11f
commit cf523501cd

View file

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up JDK 17 - name: Set up JDK 17
uses: actions/setup-java@v4 # Update to the latest version if available uses: actions/setup-java@v4
with: with:
distribution: 'adopt' distribution: 'adopt'
java-version: '17' java-version: '17'
@ -46,6 +46,3 @@ jobs:
with: with:
name: code-coverage-report name: code-coverage-report
path: target/site/jacoco/** path: target/site/jacoco/**
# - name: Run Deployment
# run: java -jar target/spring-petclinic-3.3.0-SNAPSHOT.jar