Skip to content

Commit 3574109

Browse files
author
Michael Myaskovsky
committed
added clickhouse startup
1 parent 49ba0d3 commit 3574109

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)