Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 445 Bytes

ClickHouse GitHub Action

This GitHub Action sets up a ClickHouse database.

Usage

See action.yml

Basic:

steps:
- uses: vahid-sohrabloo/clickhouse-action@v1
  with:
    version: '22.7'  # See https://hub.docker.com/r/clickhouse/clickhouse-server/ for available versions

License

The scripts and documentation in this project are released under the MIT License