M44: harden release integrity and assurance
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: up down logs test lint seed reset n8n-setup n8n-setup-scan demo e2e
|
||||
.PHONY: up down logs test lint contracts seed reset n8n-setup n8n-setup-scan demo e2e live-smoke
|
||||
|
||||
up:
|
||||
docker compose up --build -d
|
||||
@@ -17,6 +17,11 @@ lint:
|
||||
docker compose -f compose.yaml -f compose.test.yaml run --rm api mypy app
|
||||
cd frontend && npm run lint
|
||||
|
||||
contracts:
|
||||
docker compose -f compose.yaml -f compose.test.yaml run --build --rm \
|
||||
-v "$(CURDIR):/repo:ro" api python /repo/scripts/check-contracts.py
|
||||
python scripts/check-source-budgets.py
|
||||
|
||||
seed:
|
||||
docker compose exec api python -m app.cli seed --reset
|
||||
|
||||
@@ -49,3 +54,6 @@ demo: up
|
||||
|
||||
e2e:
|
||||
cd frontend && npx playwright test
|
||||
|
||||
live-smoke:
|
||||
cd frontend && npx playwright test --config=playwright.live.config.ts
|
||||
|
||||
Reference in New Issue
Block a user