Skip to content

Commit

Permalink
Tweak CircleCI config again.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Oct 10, 2024
1 parent 7e35e73 commit 61e586d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
username: dbt-labs
password: ''
environment:
POSTGRES_HOST: localhost
POSTGRES_USER: root
POSTGRES_DB: circle_test
POSTGRES_PORT: 5432
POSTGRES_DATABASE: circle_test
POSTGRES_SCHEMA: dbt_utils_integration_tests_postgres
DBT_ENV_SECRET_POSTGRES_PASS: ''

steps:
- checkout
Expand Down

0 comments on commit 61e586d

Please sign in to comment.