mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Merge pull request #2 from my0373/test
Added a maven test into the build workflow
This commit is contained in:
commit
6b3f1abebe
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
|
cache: maven
|
||||||
- name: Build with Maven Wrapper
|
- name: Build with Maven Wrapper
|
||||||
run: ./mvnw -B package
|
run: ./mvnw -B package
|
||||||
|
|
||||||
|
- name: Run Maven tests
|
||||||
|
run: mvn test
|
||||||
|
|
Loading…
Reference in a new issue