mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Make test job run after build
This commit is contained in:
parent
dbcb240d3b
commit
ffab8b1051
1 changed files with 1 additions and 0 deletions
1
.github/workflows/petclinic.yaml
vendored
1
.github/workflows/petclinic.yaml
vendored
|
@ -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
|
Loading…
Reference in a new issue