From cf523501cd9c279e6abd78b843dc69b184483bad Mon Sep 17 00:00:00 2001 From: YouWenKee Date: Sat, 31 Aug 2024 17:31:04 +0800 Subject: [PATCH] added Continous Integration File --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce141ec87..896b3ea63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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