Skip to content

Commit 4b06f6f

Browse files
rtibblesclaude
andcommitted
Check out Git LFS files in frontend test CI
The QTI viewer's items.js fixture is stored via Git LFS and is now imported by frontend test specs, so the frontend-tests workflow needs to resolve LFS content on checkout rather than pulling the pointer file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fcc6317 commit 4b06f6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/frontend-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v6
33+
with:
34+
lfs: true
3335
- name: Use Node.js
3436
uses: actions/setup-node@v6
3537
with:

0 commit comments

Comments
 (0)