From ffab8b10515874cfe5aaf5e6a300d865345b3bf6 Mon Sep 17 00:00:00 2001 From: Eros Candelaresi Date: Thu, 15 Jul 2021 15:38:16 +0200 Subject: [PATCH] Make test job run after build --- .github/workflows/petclinic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/petclinic.yaml b/.github/workflows/petclinic.yaml index 31cdf4f09..a56b7dcaa 100644 --- a/.github/workflows/petclinic.yaml +++ b/.github/workflows/petclinic.yaml @@ -23,5 +23,6 @@ jobs: - run: ./mvnw compile Test-Petclinic: runs-on: ubuntu-latest + needs: [ Build-Petclinic ] steps: - run: find \ No newline at end of file