mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 08:45:50 +00:00
Added a maven test into the build workflow
This commit is contained in:
parent
07654a2828
commit
d9c9ac9900
1 changed files with 3 additions and 0 deletions
3
.github/workflows/maven-build.yml
vendored
3
.github/workflows/maven-build.yml
vendored
|
@ -27,3 +27,6 @@ jobs:
|
|||
cache: maven
|
||||
- name: Build with Maven Wrapper
|
||||
run: ./mvnw -B package
|
||||
|
||||
- name: Run Maven tests
|
||||
run: mvn test
|
||||
|
|
Loading…
Reference in a new issue