We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66406b0 commit b716d0fCopy full SHA for b716d0f
.github/workflows/test-warehouse.yml
@@ -156,6 +156,8 @@ jobs:
156
157
- name: Run dbt package integration tests
158
if: github.event_name != 'workflow_dispatch' || inputs.should-run-tests
159
+ # remove this once clickhouse supports anomaly detection
160
+ continue-on-error: ${{ inputs.warehouse-type == 'clickhouse' }}
161
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
162
run: |
163
dbt deps
0 commit comments