From 8240e0a670483752cc5cf0365729a7ea3398d9aa Mon Sep 17 00:00:00 2001 From: Eros Candelaresi Date: Thu, 15 Jul 2021 16:00:40 +0200 Subject: [PATCH] Add missing checkout for test step --- .github/workflows/petclinic.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/petclinic.yaml b/.github/workflows/petclinic.yaml index 5fb327e04..7d216df1b 100644 --- a/.github/workflows/petclinic.yaml +++ b/.github/workflows/petclinic.yaml @@ -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: