This commit is contained in:
Emily Rockman
2024-11-13 11:40:26 -06:00
parent f9e80403df
commit 450eb1cad0
2 changed files with 1 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ jobs:
environment:
POSTGRES_HOST: localhost
POSTGRES_USER: root
POSTGRES_PASS: ''
DBT_ENV_SECRET_POSTGRES_PASS: ''
POSTGRES_PORT: 5432
POSTGRES_DATABASE: circle_test
command: ./run_test.sh postgres

View File

@@ -61,12 +61,6 @@ commands =
# redshift integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
[testenv:dbt_integration_redshift]
changedir = integration_tests
allowlist_externals =
dbt
cd
skip_install = true
commands =
allowlist_externals =
bash
skip_install = true