Harden V1 demo workflow smoke
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 00:33:09 +02:00
parent e330283fbe
commit be7705f6c5
13 changed files with 248 additions and 53 deletions
@@ -97,6 +97,12 @@ def test_compose_waits_for_healthy_database_and_applies_migrations() -> None:
assert "sh /app/docker_start.sh" in compose
def test_compose_mounts_demo_fixtures_for_backend_runtime() -> None:
compose = (ROOT / "docker-compose.yml").read_text(encoding="utf-8")
assert "./fixtures:/app/fixtures:ro" in compose
def test_compose_has_backend_and_frontend_healthchecks() -> None:
compose = (ROOT / "docker-compose.yml").read_text(encoding="utf-8")