Skip to content

Commit 1f23903

Browse files
ci: restore all adapters in CI matrix after fabric+sqlserver pass
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 699bee3 commit 1f23903

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,19 @@ jobs:
8787
fail-fast: false
8888
matrix:
8989
dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('[null]') }}
90-
warehouse-type: [
91-
# postgres,
92-
# snowflake,
93-
# bigquery,
94-
# redshift,
95-
# databricks_catalog,
96-
# athena,
97-
# clickhouse,
98-
# duckdb,
99-
# trino,
100-
# dremio,
101-
# spark,
90+
warehouse-type:
91+
[
92+
postgres,
93+
snowflake,
94+
bigquery,
95+
redshift,
96+
databricks_catalog,
97+
athena,
98+
clickhouse,
99+
duckdb,
100+
trino,
101+
dremio,
102+
spark,
102103
fabric,
103104
sqlserver,
104105
]

0 commit comments

Comments
 (0)