Skip to content

Commit

Permalink
One more try tweaking config.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Oct 10, 2024
1 parent 61e586d commit 9856896
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
- run:
name: "Run Tests - Postgres"
environment:
POSTGRES_HOST: localhost
POSTGRES_USER: root
POSTGRES_PASS: ''
POSTGRES_PORT: 5432
POSTGRES_DBNAME: circle_test
POSTGRES_HOST: localhost
POSTGRES_USER: root
POSTGRES_PORT: 5432
POSTGRES_DATABASE: circle_test
POSTGRES_SCHEMA: dbt_utils_integration_tests_postgres
DBT_ENV_SECRET_POSTGRES_PASS: ''
command: |
. dbt_venv/bin/activate
cd integration_tests
Expand Down

0 comments on commit 9856896

Please sign in to comment.