Skip to content

Commit 065431e

Browse files
checkout code
1 parent 995bbf2 commit 065431e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/premerge.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jobs:
66
name: Premerge
77
runs-on: [self-hosted, gpu] # GPU jobs will run on AWS
88
steps:
9+
- name: Checkout Code
10+
uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
13+
lfs: true
914
- name: cpp-unit-tests x86_64-Cuda12-Ubuntu22
1015
run: |
1116
echo "testing the log"

0 commit comments

Comments
 (0)