Skip to content

Commit

Permalink
add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAijaz committed Oct 25, 2024
1 parent 4eda0cf commit 61d20f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests-on-pr copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
labels: ok-to-test

- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.sha}}

- name: Set up Go
id: go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 61d20f3

Please sign in to comment.