fix: 修复跨平台导出测试与 Playwright 浏览器安装

This commit is contained in:
电摇小子
2026-08-04 20:26:04 +08:00
parent c23ed23bd2
commit 2f6ab7b773
+3
View File
@@ -33,6 +33,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install Playwright Chromium
run: pnpm exec playwright install chromium
- name: Type check
run: pnpm typecheck