Skip to content

Commit 39098a8

Browse files
Merge pull request #1907 from elementary-data/ele-4395-add-clickhouse-startup-for-elementary-tests
added clickhouse startup
2 parents 49ba0d3 + 54e7cd9 commit 39098a8

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)