Skip to content

Commit b4157f1

Browse files
committed
Update tests.yml
1 parent afe001f commit b4157f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
timeout-minutes: 60 # Increased timeout for ARM builds
2525
steps:
26+
- name: Checkout PR commit
27+
uses: actions/checkout@v4
28+
with:
29+
ref: ${{ github.event.inputs.head_sha || github.sha }}
30+
2631
- name: Set up Homebrew
2732
id: set-up-homebrew
2833
uses: Homebrew/actions/setup-homebrew@master

0 commit comments

Comments
 (0)