test(scripts): route github action metadata · openclaw/openclaw@7b259bd
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -444,6 +444,20 @@ const LIVE_MEDIA_RUNNER_IMAGE_TEST_TARGETS = ["test/scripts/package-acceptance-w
|
444 | 444 | const TOOLING_SOURCE_TEST_TARGETS = new Map([ |
445 | 445 | ["Dockerfile", ROOT_DOCKERFILE_TEST_TARGETS], |
446 | 446 | [".crabbox.yaml", ["test/scripts/package-acceptance-workflow.test.ts"]], |
| 447 | +[".github/actions/detect-docs-changes/action.yml", ["test/scripts/ci-workflow-guards.test.ts"]], |
| 448 | +[ |
| 449 | +".github/actions/docker-e2e-plan/action.yml", |
| 450 | +["test/scripts/package-acceptance-workflow.test.ts"], |
| 451 | +], |
| 452 | +[".github/actions/ensure-base-commit/action.yml", ["test/scripts/ci-workflow-guards.test.ts"]], |
| 453 | +[ |
| 454 | +".github/actions/setup-node-env/action.yml", |
| 455 | +["test/scripts/package-acceptance-workflow.test.ts"], |
| 456 | +], |
| 457 | +[ |
| 458 | +".github/actions/setup-pnpm-store-cache/action.yml", |
| 459 | +["test/scripts/package-acceptance-workflow.test.ts"], |
| 460 | +], |
447 | 461 | [".github/images/live-media-runner/Dockerfile", LIVE_MEDIA_RUNNER_IMAGE_TEST_TARGETS], |
448 | 462 | [".github/workflows/ci.yml", ["test/scripts/ci-workflow-guards.test.ts"]], |
449 | 463 | [ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。