clickhouse-ci-integration
Installation
SKILL.md
ClickHouse CI Integration
Overview
Run integration tests against a real ClickHouse server in GitHub Actions using Docker service containers. No mocks needed for schema and query validation.
Prerequisites
- GitHub repository with Actions enabled
@clickhouse/clientin project dependencies- Test suite (vitest or jest)
Instructions
Step 1: GitHub Actions Workflow with ClickHouse Service
# .github/workflows/clickhouse-tests.yml
name: ClickHouse Integration Tests