Commit 362687e
Fix CI: commit pnpm-lock.yaml + install ffmpeg/imagemagick in test workflow
The sh1pt test workflow uses `cache: pnpm` + `pnpm install
--frozen-lockfile`, which require a committed lockfile, but .gitignore
excluded pnpm-lock.yaml — so the job failed with "Dependencies lock
file is not found". The test suite also shells out to ffmpeg/ffprobe and
ImageMagick, which aren't on the runner.
- Stop gitignoring pnpm-lock.yaml and commit it (pnpm 10.6.5)
- Add an apt install step for ffmpeg + imagemagick to test.yml
Verified locally: 85 passing, 12 pending, 0 failing.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 182bbd3 commit 362687e
3 files changed
Lines changed: 696 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments