We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444db3a commit 54e7cd9Copy full SHA for 54e7cd9
1 file changed
.github/workflows/test-warehouse.yml
@@ -156,7 +156,7 @@ jobs:
156
ln -vs "$GITHUB_WORKSPACE/dbt-data-reliability" "$DBT_PKGS_PATH/elementary"
157
158
- name: Run dbt package integration tests
159
- if: github.event_name != 'workflow_dispatch' || inputs.should-run-tests && inputs.warehouse-type != 'clickhouse'
+ if: github.event_name != 'workflow_dispatch' || inputs.should-run-tests
160
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
161
run: |
162
dbt deps
0 commit comments