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 402fc97 commit 1b48fbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
with:
python-version: ${{ matrix.python-version }}

- name: Setup postgres
shell: bash
run: psql -d postgres -U postgres -c "select 1"
env:
PGPASSWORD: postgres

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
with:
python-version: ${{ matrix.python-version }}

- name: Run integration tests
run: hatch run integration-tests:all

Expand Down

0 comments on commit 1b48fbb

Please sign in to comment.