release: v0.5.1 — 存储后端生产级硬化(CRC-32/全库加密/WAL分片/页面化存储/多标签页锁/e2e)+ 深度审查修复(假实现接线/死代码清理)
This commit is contained in:
@@ -40,3 +40,25 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
e2e:
|
||||
runs-on: debian-latest
|
||||
# 与 MetonaEditor 一致:Playwright 官方镜像(自带 Chromium 与全部系统依赖),
|
||||
# 避免 runner 宿主(Debian 11)不被 Playwright 1.62 支持的问题
|
||||
container: mcr.microsoft.com/playwright:v1.62.1-noble
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.x
|
||||
cache: 'npm'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Verify Playwright browsers
|
||||
run: npx playwright install chromium
|
||||
- name: Run E2E smoke tests
|
||||
run: npm run test:e2e
|
||||
|
||||
Reference in New Issue
Block a user