Skip to content

Commit

Permalink
Update config, remove extra profiles file.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Oct 10, 2024
1 parent a292ed4 commit e68fec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- run:
name: "Run Tests - Postgres"
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
POSTGRES_PASS: ''
POSTGRES_PORT: 5432
POSTGRES_DBNAME: circle_test
command: |
. dbt_venv/bin/activate
cd integration_tests
Expand Down
12 changes: 0 additions & 12 deletions profiles.yml

This file was deleted.

0 comments on commit e68fec2

Please sign in to comment.