mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:30:44 +00:00
test(ci): add kitchen-sink npm plugin prerelease lane
This commit is contained in:
@@ -247,10 +247,18 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
||||
["scripts/lib/extension-test-plan.mjs", ["test/scripts/test-extension.test.ts"]],
|
||||
["scripts/lib/vitest-batch-runner.mjs", ["test/scripts/test-extension.test.ts"]],
|
||||
["scripts/lib/ci-node-test-plan.mjs", ["test/scripts/ci-node-test-plan.test.ts"]],
|
||||
[
|
||||
"scripts/lib/docker-e2e-scenarios.mjs",
|
||||
["test/scripts/docker-e2e-plan.test.ts", "test/scripts/plugin-prerelease-test-plan.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/lib/plugin-prerelease-test-plan.mjs",
|
||||
["test/scripts/plugin-prerelease-test-plan.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/kitchen-sink-plugin-docker.sh",
|
||||
["test/scripts/plugin-prerelease-test-plan.test.ts"],
|
||||
],
|
||||
["scripts/lib/vitest-shard-timings.mjs", ["test/scripts/vitest-shard-timings.test.ts"]],
|
||||
[
|
||||
"scripts/plugin-prerelease-liveish-matrix.mjs",
|
||||
|
||||
Reference in New Issue
Block a user