mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -49,8 +49,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install libheif tools (for HEIC tests)
|
- 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
|
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
|
- uses: pnpm/action-setup@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user