chore: improve ci testing

This commit is contained in:
Justineo
2025-09-23 14:30:10 +08:00
committed by GU Yiling
parent 927f9a2c12
commit c983caca7d
6 changed files with 9 additions and 3 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: pnpm install
- name: Install Playwright
run: pnpm exec playwright install --with-deps chromium
run: pnpm run test:setup:ci
- name: Lint
run: pnpm run lint