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: build:
name: Build and push image (reusable) name: Build and push image (reusable)
needs: [test]
uses: ./.github/workflows/build-image.yaml uses: ./.github/workflows/build-image.yaml
with: with:
mode: prod mode: prod
@@ -36,6 +37,7 @@ jobs:
get_urls: get_urls:
name: Generate Production URLs name: Generate Production URLs
needs: [test]
uses: ./.github/workflows/url_generator.yml uses: ./.github/workflows/url_generator.yml
with: with:
mode: prod mode: prod