Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 609 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 609 Bytes

ClickHouse GitHub Action Tests

This action sets up a ClickHouse.

Usage

steps:
  - uses: EpicStep/[email protected]
    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