Skip to content

Commit

Permalink
Freeze dbt version for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Oct 4, 2024
1 parent 747155f commit 32c6235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
working-directory: ./integration_tests
strategy:
matrix:
dbt_version: ["1.*"]
fail-fast: false
dbt_version: ["<1.9.0"]
warehouse: ["postgres", "bigquery", "snowflake", "databricks", "redshift"] # TODO: Add RS self-hosted runner
services:
postgres:
Expand Down

0 comments on commit 32c6235

Please sign in to comment.