ci: add protected production deploy workflow
Some checks failed
CI / test (pull_request) Failing after 1s

This commit is contained in:
2026-09-11 13:16:43 +03:00
parent a1d60984e3
commit 2d19eef9c2
6 changed files with 78 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ def test_health_returns_versions():
response = TestClient(app).get("/api/health")
assert response.status_code == 200
assert response.json()["backend_version"] == "0.8.1"
assert response.json()["backend_version"] == "0.8.2"
def test_mcp_endpoint_is_removed():