diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d10228c8..48c0913c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,7 +31,6 @@ https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-git --> ## Checklist -- [ ] 🎉 I have verified that these changes work in Redshift - [ ] 💣 Is your change a breaking change? - [ ] 📖 I have updated the CHANGELOG.md diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 7709606f..5d276d25 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -61,7 +61,7 @@ jobs: strategy: matrix: dbt_version: ["1.*"] - warehouse: ["postgres", "bigquery", "snowflake", "databricks"] # TODO: Add RS self-hosted runner + warehouse: ["postgres", "bigquery", "snowflake", "databricks", "redshift"] # TODO: Add RS self-hosted runner services: postgres: image: postgres:latest