Skip to content

Commit b716d0f

Browse files
authored
for clickhouse, continue even if e2e are failing (#1932)
1 parent 66406b0 commit b716d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
157157
- name: Run dbt package integration tests
158158
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' }}
159161
working-directory: ${{ env.DBT_PKG_INTEG_TESTS_DIR }}
160162
run: |
161163
dbt deps

0 commit comments

Comments
 (0)