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
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||
|
||||
name: Java CI with Maven
|
||||
name: Java build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -24,6 +21,7 @@ jobs:
|
|||
with:
|
||||
java-version: ${{matrix.java}}
|
||||
distribution: 'adopt'
|
||||
cache: maven
|
||||
- name: Build with Maven Wrapper
|
||||
run: ./mvnw -B package
|
||||
- name: Test
|
||||
run: ./gradlew test
|
||||
- name: Build
|
||||
run: ./gradlew build
|
Loading…
Reference in a new issue