diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cf25b1c1..ac047f41 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -30,14 +30,14 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - - name: Set up postgres - uses: ./.github/actions/setup-postgres-linux - - name: Setup `hatch` uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@config/release with: python-version: ${{ matrix.python-version }} + - name: Set up postgres + uses: ./.github/actions/setup-postgres-linux + - name: Run integration tests run: hatch run integration-tests:all shell: bash