Skip to content

Commit

Permalink
Add repo to checkout step so PR code is checked out to test adding ne…
Browse files Browse the repository at this point in the history
…w dbt unit test job
  • Loading branch information
davidbooke4 committed Oct 29, 2024
1 parent 947868d commit 8c879f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_unit_tests_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- uses: actions/setup-python@v1
with:
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 8c879f7

Please sign in to comment.