Run Maven tests on Petclinic build

This commit is contained in:
Eros Candelaresi 2021-07-15 15:52:13 +02:00
parent 1e537e364d
commit 59320226be

View file

@ -27,8 +27,15 @@ jobs:
runs-on: ubuntu-latest
needs: [ Build-Petclinic ]
steps:
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- uses: actions/download-artifact@v2
with:
name: petclinic-build
path: target/
- run: find
- run: mvn test