CI Smoke Needs Real Deps

Use when a CI release/build pipeline runs a smoke test that boots the project's bundled binary against an external dependency stack (PostgreSQL, MySQL, Redis, MongoDB, S3, etc.) and the test fails with connection refused, missing-required-env, or migration errors. The fix is to declare the dep as a CI service container AND inject the matching env vars on the smoke step. Common after a stack migration leaves the release workflow out of sync with the new ci.yml/code reality.

innei Updated

File contents

innei/skill/tree/main/skills/infrastructure/ci-smoke-needs-real-deps commit 052c90b6c6

Frequently asked questions

npx skillmds@latest add innei/ci-smoke-needs-real-deps