From e2a8d2d746e4e4ade54e532a180d334a24e18f10 Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Thu, 10 Oct 2024 14:32:49 -0400 Subject: [PATCH] Another tweak. --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00a6a201..0fe4c3db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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