Skip to content

Commit 053e2f4

Browse files
author
Michael Myaskovsky
committed
Merge remote-tracking branch 'origin/master' into ele-4407-update-package-0.18.3-in-cli
2 parents fb5c5fd + 39098a8 commit 053e2f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
107107
run: docker compose up -d postgres
108108

109+
- name: Start Clickhouse
110+
if: inputs.warehouse-type == 'clickhouse'
111+
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
112+
run: docker compose up -d clickhouse
113+
109114
- name: Setup Python
110115
uses: actions/setup-python@v4
111116
with:

0 commit comments

Comments
 (0)