test(scripts): route setup pnpm action helper

This commit is contained in:
Vincent Koc
2026-06-21 07:16:30 +02:00
parent 2f213a1606
commit e9a47fe554
2 changed files with 8 additions and 0 deletions

View File

@@ -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"]],
[

View File

@@ -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",
[