chore: fix playwright installation

This commit is contained in:
Justineo
2025-09-23 14:08:05 +08:00
committed by GU Yiling
parent da4ade6ed6
commit 927f9a2c12
2 changed files with 3 additions and 5 deletions

View File

@ -28,10 +28,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Setup Playwright (Chromium)
uses: microsoft/playwright-github-action@v1
with:
browsers: chromium
- name: Install Playwright
run: pnpm exec playwright install --with-deps chromium
- name: Lint
run: pnpm run lint