Skip to content

Commit 514953f

Browse files
authored
Update unittest.yaml
1 parent f9124b4 commit 514953f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unittest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
runs-on: self-hosted
1717

1818
steps:
19-
- uses: actions/checkout@master
19+
- uses: actions/checkout@v4
2020
with:
2121
path: trinity-${{ github.run_id }}
22+
ref: refs/pull/${{ github.event.issue.number }}/head
2223

2324
- name: Setup docker compose
2425
working-directory: trinity-${{ github.run_id }}/.github/workflows/docker

0 commit comments

Comments
 (0)