mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Add missing checkout for test step
This commit is contained in:
parent
b8a7182929
commit
8240e0a670
1 changed files with 2 additions and 0 deletions
2
.github/workflows/petclinic.yaml
vendored
2
.github/workflows/petclinic.yaml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [ Build-Petclinic ]
|
||||
steps:
|
||||
- name: Check out repo code
|
||||
uses: actions/checkout@v2
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue