chore: adds run-tests as a needed job for docker

This commit is contained in:
2025-11-03 17:54:54 -03:00
parent 3ea964d521
commit 4e75afda84

View File

@@ -37,7 +37,7 @@ jobs:
run: ./mvnw test run: ./mvnw test
docker: docker:
needs: [ build ] needs: [ build, run-tests ]
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions: