fix: 修复 macOS 端到端测试

This commit is contained in:
majun.jason
2026-08-04 20:13:07 +08:00
parent 60c501e148
commit e153ddb794
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -33,6 +33,10 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install Playwright Chromium
if: runner.os == 'macOS'
run: pnpm exec playwright install chromium
- name: Type check
run: pnpm typecheck