fix(ci): include product manifest in api image
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 15s
CD Pipeline / build-and-deploy (push) Successful in 4m58s
CD Pipeline / post-deploy-checks (push) Successful in 58s
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 15s
CD Pipeline / build-and-deploy (push) Successful in 4m58s
CD Pipeline / post-deploy-checks (push) Successful in 58s
This commit is contained in:
@@ -21,6 +21,7 @@ def test_web_changes_stay_on_controlled_runtime_profile() -> None:
|
||||
def test_product_manifest_changes_stay_on_controlled_runtime_profile() -> None:
|
||||
text = _workflow_text()
|
||||
assert "product.awoooi.yaml)" in text
|
||||
assert "apps/api/Dockerfile)" in text
|
||||
assert "docs/schemas/product_awoooi_manifest_v1.schema.json)" in text
|
||||
assert "apps/api/src/services/product_awoooi_manifest_standard.py)" in text
|
||||
assert "tests/test_product_awoooi_manifest_standard_api.py" in text
|
||||
|
||||
Reference in New Issue
Block a user