test: slot ci dependency shard

This commit is contained in:
Shakker
2026-05-12 19:27:03 +01:00
parent c54a3e6f78
commit 8483659477

View File

@@ -313,7 +313,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
expect(manifestEnv).not.toHaveProperty("OPENCLAW_CI_FULL_RELEASE_VALIDATION");
expect(manifestScript).toContain("includeReleaseOnlyPluginShards: false");
expect(manifestScript).not.toContain("plugin-prerelease-test-plan.mjs");
expect(workflow.jobs["check-shard"].strategy.matrix.include).toContainEqual({
expect(workflow.jobs["check-shard"].strategy.matrix.include[3]).toEqual({
check_name: "check-dependencies",
task: "dependencies",
runner: "ubuntu-24.04",