From ae22d2ee5f77edf0e6cdefea48f984ed35341858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Wed, 12 Nov 2025 00:46:36 +0100 Subject: [PATCH] feat(infrastructure): make tests mandatory --- .github/workflows/deploy-prod.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-prod.yaml b/.github/workflows/deploy-prod.yaml index dbc419d..575d7e3 100644 --- a/.github/workflows/deploy-prod.yaml +++ b/.github/workflows/deploy-prod.yaml @@ -27,6 +27,7 @@ jobs: build: name: Build and push image (reusable) + needs: [test] uses: ./.github/workflows/build-image.yaml with: mode: prod @@ -36,6 +37,7 @@ jobs: get_urls: name: Generate Production URLs + needs: [test] uses: ./.github/workflows/url_generator.yml with: mode: prod