From af59746f999519b7c21afab65ecfbef4a958cfda Mon Sep 17 00:00:00 2001 From: McanKul Date: Sun, 16 Aug 2026 20:11:11 +0300 Subject: [PATCH] fix(ci): build frontend before macOS Rust smoke test --- .github/workflows/macos-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index 7a4921a..6045a9a 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -39,6 +39,9 @@ jobs: - name: Install frontend dependencies run: npm ci + - name: Build frontend assets for Rust tests + run: npm run build + - name: Smoke test HEIC and HEIF conversion run: cargo test --manifest-path src-tauri/Cargo.toml --lib heic_and_heif_complete_the_jpeg_and_pdf_pipeline