mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15: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
|
||||
Test-Petclinic:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ Build-Petclinic ]
|
||||
steps:
|
||||
- run: find
|
Loading…
Reference in a new issue