Skip to content

Commit

Permalink
fix action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed May 2, 2024
1 parent 4ab3ecd commit 35515ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prep_hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
ref: ${{ needs.release-branch.outputs.name }}

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

- name: "Run unit tests"
run: hatch run unit-tests:all
Expand All @@ -360,7 +360,7 @@ jobs:
ref: ${{ needs.release-branch.outputs.name }}

- name: "Set up `hatch`"
uses: ./.github/actions/setup-hatch
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main

- name: "Run integration tests"
run: hatch run integration-tests:all
Expand Down

0 comments on commit 35515ed

Please sign in to comment.