mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
checking build2 ref1
This commit is contained in:
parent
be94498508
commit
3900f08bad
1 changed files with 3 additions and 11 deletions
14
.github/workflows/build2.yml
vendored
14
.github/workflows/build2.yml
vendored
|
@ -13,12 +13,9 @@ jobs:
|
|||
- name: setup java + maven
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
java-version: '17'
|
||||
cache: 'maven'
|
||||
distribution: 'corretto'
|
||||
|
||||
- name: maven install dependencies
|
||||
run: ./mvnw install
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Maven run reports
|
||||
run: ./mvnw checkstyle:checkstyle
|
||||
|
@ -39,10 +36,7 @@ jobs:
|
|||
with:
|
||||
java-version: '17'
|
||||
cache: 'maven'
|
||||
distribution: 'corretto'
|
||||
|
||||
- name: maven install dependencies
|
||||
run: ./mvnw install
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Maven run reports
|
||||
run: ./mvnw clean test
|
||||
|
@ -59,8 +53,6 @@ jobs:
|
|||
cache: 'maven'
|
||||
distribution: 'corretto'
|
||||
|
||||
- name: maven install dependencies
|
||||
run: ./mvnw install
|
||||
|
||||
- name: Maven run reports
|
||||
run: ./mvnw clean install -Dmaven.test.skip=true
|
||||
|
|
Loading…
Reference in a new issue