test(ci): keep npm scan on plugin prerelease · openclaw/openclaw@eb90750
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -17,6 +17,8 @@ type VitestConfig = {
|
17 | 17 | }; |
18 | 18 | |
19 | 19 | const PLUGIN_PRERELEASE_NPM_SPEC_TEST = "src/plugins/install.npm-spec.test.ts"; |
| 20 | +const PLUGIN_NPM_INSTALL_SECURITY_SCAN_TEST = |
| 21 | +"src/plugins/npm-install-security-scan.release.test.ts"; |
20 | 22 | const GATEWAY_SERVER_BACKED_HTTP_TESTS = new Set([ |
21 | 23 | "src/gateway/embeddings-http.test.ts", |
22 | 24 | "src/gateway/models-http.test.ts", |
@@ -331,6 +333,9 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
|
331 | 333 | expect(listMatchedTestFiles(createPluginsVitestConfig({}))).toContain( |
332 | 334 | PLUGIN_PRERELEASE_NPM_SPEC_TEST, |
333 | 335 | ); |
| 336 | +expect(listMatchedTestFiles(createPluginsVitestConfig({}))).toContain( |
| 337 | +PLUGIN_NPM_INSTALL_SECURITY_SCAN_TEST, |
| 338 | +); |
334 | 339 | }); |
335 | 340 | |
336 | 341 | it("keeps expensive plugin shards release-only when normal CI asks for the cheaper plan", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。