Fix CI: enable Git LFS checkout for test fixtures
This commit is contained in:
parent
aa0a1b5def
commit
185e9e781b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -18,6 +18,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Pull LFS files
|
||||
run: git lfs pull
|
||||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
|
||||
- uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue