hotfix: remove playwright from ci

This commit is contained in:
Harvey
2026-04-08 02:18:58 +01:00
parent 4ca1fdfd41
commit 4d78000673
+2 -5
View File
@@ -73,8 +73,5 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install Playwright browsers
run: pnpm exec playwright install chromium --with-deps
- name: Run tests
run: pnpm exec vitest run
- name: Run tests (server project)
run: pnpm exec vitest run --project server