diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9c5971..d6852a3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: run: ./mvnw test docker: - needs: [ build ] + needs: [ build, run-tests ] if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' runs-on: ubuntu-latest permissions: