Skip to content

Commit 5a0b25f

Browse files
authored
Merge pull request #707 from voidking/main
bugfix: pr unittest
2 parents d4d4a16 + 3cbc16f commit 5a0b25f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unittest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
ref: ${{ github.event.pull_request.head.sha }}
2325
- name: Set up Python ${{ matrix.python-version }}
2426
uses: actions/setup-python@v4
2527
with:

0 commit comments

Comments
 (0)