From 4e75afda847d748513eb1ec09f4ea2f1d18586e2 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Mon, 3 Nov 2025 17:54:54 -0300 Subject: [PATCH] chore: adds run-tests as a needed job for docker --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: