Make test job run after build

This commit is contained in:
Eros Candelaresi 2021-07-15 15:38:16 +02:00
parent dbcb240d3b
commit ffab8b1051

View file

@ -23,5 +23,6 @@ jobs:
- run: ./mvnw compile - run: ./mvnw compile
Test-Petclinic: Test-Petclinic:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ Build-Petclinic ]
steps: steps:
- run: find - run: find