test: fix test (#31975)

This commit is contained in:
Stephen Zhou
2026-02-05 14:31:21 +08:00
committed by GitHub
parent c56ad8e323
commit ef0d18bb61
6 changed files with 75 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Run tests
run: pnpm test:coverage
run: pnpm test:ci
- name: Coverage Summary
if: always()