Skip to content

Commit

Permalink
Another tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Oct 10, 2024
1 parent 9856896 commit e2a8d2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- run:
name: "Run Tests - Postgres"
environment:
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: ''
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 e2a8d2d

Please sign in to comment.