From 1bc8b618354f1f029885e145f4d33867182b0d11 Mon Sep 17 00:00:00 2001 From: Lasse Benninga Date: Thu, 11 Jun 2026 10:59:01 +0200 Subject: [PATCH] fix(autograder): require both Postgres and Blob Storage in manual check Mirrors the updated Ch2 requirement: both services are now mandatory, not alternatives. Co-Authored-By: Claude Sonnet 4.6 --- .github/autograder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/autograder.py b/.github/autograder.py index ffb764c..3c76050 100644 --- a/.github/autograder.py +++ b/.github/autograder.py @@ -318,7 +318,7 @@ def check_git_workflow(): "Azure ACR: image exists with a tagged version", "Azure: Container App Job created with --trigger-type Schedule --cron-expression", "Azure: job ran successfully (execution history shows Succeeded)", - "Azure: job output verifiable (rows in Postgres or blobs in storage)", + "Azure: job output verifiable (rows in Postgres AND blobs in Blob Storage)", "Azure: job uses --registry-server, --replica-timeout 300, --env-vars", "Cleanup: Container App Job deleted after evaluation", ]