Files
mcpctl/.gitea/workflows/ci.yml
Michal 154a44f7a4
Some checks failed
CI/CD / smoke (push) Blocked by required conditions
CI/CD / build (push) Blocked by required conditions
CI/CD / publish-rpm (push) Blocked by required conditions
CI/CD / typecheck (push) Successful in 44s
CI/CD / test (push) Successful in 55s
CI/CD / lint (push) Has been cancelled
ci: add smoke test job with full stack (postgres + mcpd + mcplocal)
Runs in parallel with the build job after lint/typecheck/test pass.
Spins up PostgreSQL via services, bootstraps auth, starts mcpd and
mcplocal from source, applies smoke fixtures (aws-docs server + 100
prompts), and runs the full smoke test suite.

Container management for upstream MCP servers depends on Docker socket
availability in the runner — emits a warning if unavailable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 17:08:27 +00:00

9.9 KiB