fix(ci): install exiftool in test job for edit-metadata tests

The edit-metadata integration tests require exiftool (libimage-exiftool-perl)
which was missing from the CI test runner, causing 4 tests to fail with 422.
This commit is contained in:
Siddharth Kumar Sah
2026-04-13 01:02:28 +08:00
parent 0a506efe24
commit 498cf4ab3c
+2 -2
View File
@@ -49,8 +49,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install libheif tools (for HEIC tests)
run: sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libheif-examples libheif-plugin-x265 libheif-plugin-libde265
- name: Install system dependencies (HEIC + ExifTool)
run: sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libheif-examples libheif-plugin-x265 libheif-plugin-libde265 libimage-exiftool-perl
- uses: pnpm/action-setup@v4