Merge branch 'master' into fix/notices-serial-windows-timeout

This commit is contained in:
Chinesezjc
2026-08-31 15:55:59 +08:00
committed by GitHub
21 changed files with 106 additions and 55 deletions
+5 -3
View File
@@ -531,9 +531,11 @@ jobs:
} else {
pnpm install --frozen-lockfile
}
- name: Build before coverage
shell: pwsh
run: pnpm run build
# No build before coverage, matching the Linux lane: workspace imports
# resolve to src through the tsconfig paths map, and the lib-consuming
# suites (webworker-packer image-loadable, webworker-runtime
# transform-corpus, client ui-trajectory client-bundle) self-skip on
# unbuilt checkouts.
- name: Run Windows coverage
shell: pwsh
run: pnpm run check:ci:coverage