Skip to content

Commit

Permalink
add dbt-snowflake and dbt-postgres to scheduled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 25, 2025
1 parent 18c13e7 commit 839e900
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/scheduled-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-snowflake"
- "dbt-spark"
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand All @@ -38,7 +40,9 @@ jobs:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-snowflake"
- "dbt-spark"
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand All @@ -58,7 +62,9 @@ jobs:
- "dbt-athena"
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-postgres"
- "dbt-redshift"
- "dbt-snowflake"
- "dbt-spark"
os: [ubuntu-22.04]
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 839e900

Please sign in to comment.