test/user-journey #3

Merged
zhangxiang merged 142 commits from test/user-journey into dev 2026-04-12 13:17:03 +08:00
Showing only changes of commit f3ed526101 - Show all commits
+2 -2
View File
@@ -150,8 +150,8 @@ steps:
commands:
- npm ci
- cd e2e && npm ci
- npx playwright install chromium --with-deps
- npm run test:tier:standard
- cd e2e && npx playwright install chromium --with-deps
- cd e2e && npm run test:standard
when:
event:
- push