Skip to content

Commit 81f242d

Browse files
committed
test: clone first to ensure the token is not expired
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 2fab0de commit 81f242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
persist-credentials: false
17+
persist-credentials: true # required for git lfs
1818
- uses: ./.github/actions/uv-setup/
1919
- name: Test
2020
# use script to provide a tty (workaround of systematic "docker -t"?)

0 commit comments

Comments
 (0)