Skip to content

ci: typecheck and build the GUI frontend - #14

Merged
ColeMei merged 1 commit into
mainfrom
ci/gui-coverage
Aug 18, 2026
Merged

ci: typecheck and build the GUI frontend#14
ColeMei merged 1 commit into
mainfrom
ci/gui-coverage

Conversation

@ColeMei

@ColeMei ColeMei commented Aug 18, 2026

Copy link
Copy Markdown
Owner

CI ran fmt/check/clippy/test but never touched the frontend — no npm ci, no npm run build. TypeScript errors and Vite/tauri.conf.json breakage were caught only by hand, which is a gap the manual GUI smoke-test checklist was quietly absorbing.

Adds a gui job running npm ci + npm run build (which is tsc && vite build, so it typechecks as well as bundles).

  • Runs on ubuntu-latest: nothing in the frontend build is macOS-specific, and Linux runners start faster.
  • Stops short of a full tauri build on purpose — the Rust side of the app is already covered by the rust job's workspace-wide check/clippy, and bundling costs minutes rather than seconds.
  • npm cache keyed on crates/openwith-gui/package-lock.json.

Verified npm ci succeeds against the committed lockfile.

@ColeMei
ColeMei merged commit 8191270 into main Aug 18, 2026
2 checks passed
@ColeMei
ColeMei deleted the ci/gui-coverage branch August 18, 2026 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant