Skip to content

Commit 54e7cd9

Browse files
author
Michael Myaskovsky
committed
undid clickhouse skip
1 parent 444db3a commit 54e7cd9

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 && inputs.warehouse-type != 'clickhouse'
159+
if: github.event_name != 'workflow_dispatch' || inputs.should-run-tests
160160
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
161161
run: |
162162
dbt deps

0 commit comments

Comments
 (0)