diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fedec3..ff74719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.