ci: schedule music-room Playwright daily (06:30 UTC)

Made-with: Cursor
This commit is contained in:
2026-04-26 17:15:03 +08:00
parent c5d054789e
commit bc85888359
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ on:
default: "https://music-room.moicen.com"
type: string
schedule:
- cron: "30 6 * * 2"
# 每天 06:30 UTC 对默认 H5 跑一遍(北京时间约 14:30)
- cron: "30 6 * * *"
concurrency:
group: huike-e2e-moicen-${{ github.workflow }}-${{ github.ref }}
+1 -1
View File
@@ -18,7 +18,7 @@ npx playwright test
在仓库 **Settings → Secrets → Actions** 配置 **`MOICEN_E2E_UNIONID`**(测试用户 `union_id`)后,全链路用例才会执行;否则仅跑壳层与伪造 unionid 用例。
`workflow_dispatch` 可改目标 `base_url`;默认定时见 workflow 文件
`workflow_dispatch` 可改目标 `base_url`**默认定时:每天 06:30 UTC**(见 `.github/workflows/playwright-music-room.yml`
## 与 moicen 运维文档