diff --git a/.circleci/config.yml b/.circleci/config.yml index 30256736..4c920012 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/tox.ini b/tox.ini index a6b29275..24e1d645 100644 --- a/tox.ini +++ b/tox.ini @@ -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