feat(infrastructure): make tests mandatory

This commit is contained in:
2025-11-12 00:46:36 +01:00
parent 509608f8c9
commit ae22d2ee5f

View File

@@ -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