Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ jobs:
run: pnpm install --frozen-lockfile
- name: typecheck frontend
run: npx tsc -b
- name: install Playwright
run: pnpm exec playwright install chromium
- name: install xvfb
run: sudo apt-get install -y xvfb
# Compile-only validation: typecheck and bundle the frontend without
# exercising runtime behavior. A full tauri build needs the full
# GTK/webkit stack, so the webview bundle serves as the compile gate.
Expand Down
Loading