From 12ac8cd22614f3b51845ad1f4e57cd8f408b20cf Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Sun, 28 Apr 2024 13:05:23 +0200 Subject: [PATCH] Require unit tests to pass for registry push job in CI workflow --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 45bcdd1dc4..e11353fe43 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -305,7 +305,7 @@ jobs: push_to_registry: name: Push to registry - needs: [version, e2e_test, e2e_multi_windows_test] + needs: [version, unit_test_backend, unit_test_frontend, e2e_test, e2e_multi_windows_test] runs-on: ubuntu-22.04 if: needs.version.outputs.IS_RELEASE && !contains(github.ref, 'dependabot') env: