/clickhouse-github-action

ClickHouse in GitHub Actions

Primary LanguageGoMIT LicenseMIT

ClickHouse GitHub Action Tests

This action sets up a ClickHouse.

Usage

steps:
  - uses: EpicStep/clickhouse-github-action@v1.1.1
    with:
      version: 22 # default: latest
      bind_native: 9090 # default: 9000 (https://clickhouse.com/docs/en/interfaces/tcp)
      bind_http: 8080 # default: 8123 (https://clickhouse.com/docs/en/interfaces/http)

License

This project released under the MIT License