mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-07 02:22:46 +00:00
test(scripts): route setup pnpm action helper
This commit is contained in:
@@ -608,6 +608,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
||||
".github/actions/setup-pnpm-store-cache/action.yml",
|
||||
["test/scripts/package-acceptance-workflow.test.ts", "test/scripts/ci-workflow-guards.test.ts"],
|
||||
],
|
||||
[
|
||||
".github/actions/setup-pnpm-store-cache/ensure-node.sh",
|
||||
["test/scripts/setup-pnpm-store-cache-ensure-node.test.ts"],
|
||||
],
|
||||
[".github/images/live-media-runner/Dockerfile", LIVE_MEDIA_RUNNER_IMAGE_TEST_TARGETS],
|
||||
[".github/workflows/ci.yml", ["test/scripts/ci-workflow-guards.test.ts"]],
|
||||
[
|
||||
|
||||
@@ -1636,6 +1636,10 @@ describe("scripts/test-projects changed-target routing", () => {
|
||||
"test/scripts/ci-workflow-guards.test.ts",
|
||||
],
|
||||
],
|
||||
[
|
||||
".github/actions/setup-pnpm-store-cache/ensure-node.sh",
|
||||
["test/scripts/setup-pnpm-store-cache-ensure-node.test.ts"],
|
||||
],
|
||||
[
|
||||
".github/workflows/live-media-runner-image.yml",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user