mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
oops
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
POSTGRES_HOST: localhost
|
POSTGRES_HOST: localhost
|
||||||
POSTGRES_USER: root
|
POSTGRES_USER: root
|
||||||
POSTGRES_PASS: ''
|
DBT_ENV_SECRET_POSTGRES_PASS: ''
|
||||||
POSTGRES_PORT: 5432
|
POSTGRES_PORT: 5432
|
||||||
POSTGRES_DATABASE: circle_test
|
POSTGRES_DATABASE: circle_test
|
||||||
command: ./run_test.sh postgres
|
command: ./run_test.sh postgres
|
||||||
|
|||||||
6
tox.ini
6
tox.ini
@@ -61,12 +61,6 @@ commands =
|
|||||||
# redshift integration tests for centralized dbt testing
|
# redshift integration tests for centralized dbt testing
|
||||||
# run dbt commands directly, assumes dbt is already installed in environment
|
# run dbt commands directly, assumes dbt is already installed in environment
|
||||||
[testenv:dbt_integration_redshift]
|
[testenv:dbt_integration_redshift]
|
||||||
changedir = integration_tests
|
|
||||||
allowlist_externals =
|
|
||||||
dbt
|
|
||||||
cd
|
|
||||||
skip_install = true
|
|
||||||
commands =
|
|
||||||
allowlist_externals =
|
allowlist_externals =
|
||||||
bash
|
bash
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
|||||||
Reference in New Issue
Block a user