修复前端工作流测试
Some checks failed
Dart CI / build (push) Successful in 38s
Web CI / lint-test-build (push) Failing after 57s

This commit is contained in:
2026-04-09 21:45:03 +08:00
parent e06816016d
commit a477f7dffc

View File

@@ -41,7 +41,9 @@ jobs:
run: pnpm lint
- name: Run tests
run: pnpm test
run: |
pnpm exec playwright install
pnpm test
- name: Build
run: pnpm build