mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
chore: test ci
This commit is contained in:
parent
4926e29270
commit
822e2e3bbb
1 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,4 @@
|
||||||
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
|
name: Java build
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
|
||||||
|
|
||||||
name: Java CI with Maven
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -24,6 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: ${{matrix.java}}
|
java-version: ${{matrix.java}}
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: maven
|
- name: Test
|
||||||
- name: Build with Maven Wrapper
|
run: ./gradlew test
|
||||||
run: ./mvnw -B package
|
- name: Build
|
||||||
|
run: ./gradlew build
|
Loading…
Reference in a new issue