Skip to content
database

GitHub Action

Setup ClickHouse

v1 Latest version

Setup ClickHouse

database

Setup ClickHouse

Setup a ClickHouse database

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup ClickHouse

uses: vahid-sohrabloo/clickhouse-action@v1

Learn more about this action in vahid-sohrabloo/clickhouse-action

Choose a version

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