Skip to content

Commit

Permalink
Update pr_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Oct 4, 2024
1 parent 748f2ae commit 67b7e2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
strategy:
fail-fast: false
matrix:
dbt_version: ["1.*"]
warehouse: ["postgres", "bigquery", "snowflake", "databricks", "spark_iceberg"] # TODO: Add RS self-hosted runner
# dbt_version: ["1.*"]
# warehouse: ["postgres", "bigquery", "snowflake", "databricks", "spark_iceberg"] # TODO: Add RS self-hosted runner
include:
- dbt_version: "1.8.2" # Explicit version for Postgres
warehouse: "postgres"
Expand All @@ -74,6 +74,8 @@ jobs:
warehouse: "snowflake"
- dbt_version: "1.8.*" # Wildcard version for Databricks
warehouse: "databricks"
- dbt_version: "1.8.*" # Wildcard version for Spark
warehouse: "spark_iceberg"
services:
postgres:
image: postgres:latest
Expand Down

0 comments on commit 67b7e2c

Please sign in to comment.