mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:25:50 +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
|
- name: setup java + maven
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '17'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
distribution: 'corretto'
|
distribution: 'adopt'
|
||||||
|
|
||||||
- name: maven install dependencies
|
|
||||||
run: ./mvnw install
|
|
||||||
|
|
||||||
- name: Maven run reports
|
- name: Maven run reports
|
||||||
run: ./mvnw checkstyle:checkstyle
|
run: ./mvnw checkstyle:checkstyle
|
||||||
|
@ -39,10 +36,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
distribution: 'corretto'
|
distribution: 'adopt'
|
||||||
|
|
||||||
- name: maven install dependencies
|
|
||||||
run: ./mvnw install
|
|
||||||
|
|
||||||
- name: Maven run reports
|
- name: Maven run reports
|
||||||
run: ./mvnw clean test
|
run: ./mvnw clean test
|
||||||
|
@ -59,8 +53,6 @@ jobs:
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
distribution: 'corretto'
|
distribution: 'corretto'
|
||||||
|
|
||||||
- name: maven install dependencies
|
|
||||||
run: ./mvnw install
|
|
||||||
|
|
||||||
- name: Maven run reports
|
- name: Maven run reports
|
||||||
run: ./mvnw clean install -Dmaven.test.skip=true
|
run: ./mvnw clean install -Dmaven.test.skip=true
|
||||||
|
|
Loading…
Reference in a new issue