We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49ba0d3 + 54e7cd9 commit 39098a8Copy full SHA for 39098a8
1 file changed
.github/workflows/test-warehouse.yml
@@ -106,6 +106,11 @@ jobs:
106
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
107
run: docker compose up -d postgres
108
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
+
114
- name: Setup Python
115
uses: actions/setup-python@v4
116
with:
0 commit comments