Skip to content

EpicStep/clickhouse-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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