update:修复github工作流问题

This commit is contained in:
2026-03-11 09:38:28 +08:00
parent a2671e2968
commit 5bc68f5a9a
11 changed files with 183 additions and 107 deletions

View File

@@ -51,7 +51,7 @@ jobs:
run: npx playwright install --with-deps chromium
- name: Run E2E tests
run: npm run test:e2e
run: xvfb-run npm run test:e2e
- name: Upload test results
if: always()