Skip to content

Commit 2fb28b6

Browse files
eduralphclaude
andcommitted
Drop unused lfs:true from integration-test checkout
The repo has no .gitattributes and no LFS-tracked files, so passing lfs: true to actions/checkout just makes it shell out to git-lfs, which isn't installed in the gramps-ci image. The 3.9 MB sample sqz under TMGimporter/tests/ is committed directly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 73bf4c2 commit 2fb28b6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ jobs:
165165
options: --init
166166
steps:
167167
- uses: actions/checkout@v4
168-
with:
169-
lfs: true
170168

171169
- name: Run plugin registration tests
172170
env:

0 commit comments

Comments
 (0)