US08-04: Publish and Deploy from Gitea Actions (#99)
Some checks failed
Test / suites (push) Failing after 2m29s

This commit was merged in pull request #99.
This commit is contained in:
2026-08-19 20:37:32 +02:00
parent 1632544132
commit a19dd280c9
6 changed files with 414 additions and 2 deletions

View File

@@ -186,10 +186,12 @@
"US08-03": [
"tests/integration/test_compose_runtime.py",
"tests/e2e/test_compose_stack.py"
],
"US08-04": [
"tests/integration/test_deploy_workflows.py"
]
},
"planned": [
"US08-04",
"US08-05"
],
"_planned_comment": "Accepted backlog stories that are not implemented yet. The release gate (US07-07) requires every story file to be either mapped to tests or listed here, so an unimplemented story is a visible decision rather than a hole in the matrix."