fix(api): support runtime template copy receipt
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 22s
CD Pipeline / build-and-deploy (push) Successful in 6m53s
CD Pipeline / post-deploy-checks (push) Successful in 59s

This commit is contained in:
Your Name
2026-06-30 00:46:03 +08:00
parent 63c3e959d5
commit 7e69bbb580
6 changed files with 217 additions and 48 deletions

View File

@@ -75,6 +75,10 @@ def test_p0_onboarding_readiness_sources_stay_on_controlled_runtime_profile() ->
assert f"src/services/{source}" in text
assert ".gitea/workflows/awoooi-onboarding-warning-step.yaml)" in text
assert "docs/operations/templates/awoooi-gitea-onboarding-warning-step.workflow.yaml)" in text
assert (
"docs/operations/awoooi-gitea-onboarding-warning-step-template-copy-receipt.snapshot.json)"
in text
)
assert "tests/test_p0_cicd_baseline_source_readiness_api.py" in text