Skip to content

Commit fbfa7d5

Browse files
Re-enable ClickHouse in CLI tests
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 45831f3 commit fbfa7d5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/test-all-warehouses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('[null]') }}
3535
warehouse-type:
36-
[postgres, snowflake, bigquery, redshift, databricks_catalog, athena]
36+
[postgres, snowflake, bigquery, redshift, databricks_catalog, athena, clickhouse]
3737
uses: ./.github/workflows/test-warehouse.yml
3838
with:
3939
warehouse-type: ${{ matrix.warehouse-type }}

.github/workflows/test-warehouse.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- databricks_catalog
1515
- spark
1616
- athena
17+
- clickhouse
1718
elementary-ref:
1819
type: string
1920
required: false
@@ -103,10 +104,10 @@ jobs:
103104
working-directory: ${{ env.E2E_DBT_PROJECT_DIR }}
104105
run: docker compose up -d postgres
105106

106-
# - name: Start Clickhouse
107-
# if: inputs.warehouse-type == 'clickhouse'
108-
# working-directory: ${{ env.E2E_DBT_PROJECT_DIR }}
109-
# run: docker compose up -d clickhouse
107+
- name: Start Clickhouse
108+
if: inputs.warehouse-type == 'clickhouse'
109+
working-directory: ${{ env.E2E_DBT_PROJECT_DIR }}
110+
run: docker compose up -d clickhouse
110111

111112
- name: Setup Python
112113
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)