ci: add integration job — Postgres service + idempotency smoke #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/integration-smoke"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New 'integration' job (parallel to quality): spins a postgres:16 service,
installs bun, runs db:migrate + db:seed, then the EventBus idempotency
smoke (ADR-0009) which asserts a duplicate event is processed once
(exit 1 on failure).
Validated locally against a throwaway Postgres (smoke exit 0) and on the
runner via a temporary push trigger (run green, service reachable at
postgres:5432). Trigger reverted to push:[main] + pull_request.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com