Skip to content

Commit

Permalink
rename postgres vars
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Aug 26, 2024
1 parent 7278f73 commit 90b1129
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
environment:
POSTGRES_USER: root
environment:
POSTGRES_TEST_HOST: localhost
POSTGRES_TEST_USER: root
POSTGRES_TEST_PASS: ''
POSTGRES_TEST_PORT: 5432
POSTGRES_TEST_DBNAME: circle_test
POSTGRES_HOST: localhost
POSTGRES_USER: root
DBT_ENV_SECRET_POSTGRES_PASS: ''
POSTGRES_PORT: 5432
POSTGRES_DATABASE: circle_test
POSTGRES_SCHEMA: dbt_utils_integration_tests_postgres

steps:
- checkout
Expand Down Expand Up @@ -105,7 +106,8 @@ workflows:
version: 2
test-all:
jobs:
- integration-postgres
- integration-postgres:
context: profile-postgres
- integration-redshift:
context: profile-redshift
requires:
Expand Down

0 comments on commit 90b1129

Please sign in to comment.