Skip to content

Commit

Permalink
try services approach
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 30, 2024
1 parent c020dff commit aae803d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: password
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Setup postgres
shell: bash
run: psql -d postgres -U root -a -f ./scripts/setup_test_database.sql
run: psql -d postgres -U postgres -a -f ./scripts/setup_test_database.sql

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
Expand Down

0 comments on commit aae803d

Please sign in to comment.