Skip to content

Commit 040fe28

Browse files
committed
add fusion for other supported adapters
1 parent 8dc3488 commit 040fe28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-all-warehouses.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
warehouse-type: postgres
6060
- dbt-version: "${{ inputs.dbt-version || 'fusion' }}"
6161
warehouse-type: snowflake
62+
- dbt-version: "${{ inputs.dbt-version || 'fusion' }}"
63+
warehouse-type: bigquery
64+
- dbt-version: "${{ inputs.dbt-version || 'fusion' }}"
65+
warehouse-type: redshift
66+
- dbt-version: "${{ inputs.dbt-version || 'fusion' }}"
67+
warehouse-type: databricks_catalog
6268
uses: ./.github/workflows/test-warehouse.yml
6369
with:
6470
warehouse-type: ${{ matrix.warehouse-type }}

0 commit comments

Comments
 (0)