Skip to content

Commit

Permalink
Merge branch 'set-role-cluster-setup' of https://github.com/enqueue/m…
Browse files Browse the repository at this point in the history
…etabase-clickhouse-driver into set-role-cluster-setup
  • Loading branch information
slvrtrn committed May 16, 2024
2 parents 9aa2a9f + c99c9a6 commit 8d8a61b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ jobs:
with:
path: modules/drivers/clickhouse

- name: Install Clojure CLI
run: |
curl -O https://download.clojure.org/install/linux-install-1.11.1.1182.sh &&
sudo bash ./linux-install-1.11.1.1182.sh
- name: Build ClickHouse driver
run: |
echo "{:deps {metabase/clickhouse {:local/root \"clickhouse\" }}}" > modules/drivers/deps.edn
Expand Down

0 comments on commit 8d8a61b

Please sign in to comment.