fix(ci): verify bundled plugin runtime deps

This commit is contained in:
Vincent Koc
2026-04-13 10:47:50 +01:00
parent 9e2ac8a1cb
commit 21ca387eda
7 changed files with 175 additions and 2 deletions

View File

@@ -1008,6 +1008,9 @@ jobs:
- name: Smoke test built bundled plugin singleton
run: pnpm test:build:singleton
- name: Smoke test built bundled runtime deps
run: pnpm test:build:bundled-runtime-deps
- name: Check CLI startup memory
run: pnpm test:startup:memory