Skip to content

Commit 444db3a

Browse files
author
Michael Myaskovsky
committed
removed clickhouse dbt tests
1 parent 3574109 commit 444db3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
ln -vs "$GITHUB_WORKSPACE/dbt-data-reliability" "$DBT_PKGS_PATH/elementary"
157157
158158
- name: Run dbt package integration tests
159-
if: github.event_name != 'workflow_dispatch' || inputs.should-run-tests
159+
if: github.event_name != 'workflow_dispatch' || inputs.should-run-tests && inputs.warehouse-type != 'clickhouse'
160160
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
161161
run: |
162162
dbt deps

0 commit comments

Comments
 (0)