From 3b92a290e77af401c4c078226036e62b0a3432e0 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Fri, 24 May 2024 10:51:48 +0100 Subject: [PATCH] Add redshift CI tests --- .github/pull_request_template.md | 1 - .github/workflows/pr_tests.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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