mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
adding tests
This commit is contained in:
parent
0aa3adb56f
commit
3d0911b64d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -25,5 +25,7 @@ jobs:
|
|||
java-version: ${{matrix.java}}
|
||||
distribution: 'adopt'
|
||||
cache: maven
|
||||
- name: Build with Maven Wrapper
|
||||
- name: Compile the code
|
||||
run: ./mvnw -B package
|
||||
- name: Run the tests
|
||||
run: ./mvnw test
|
||||
|
|
Loading…
Reference in a new issue