mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 16:04:46 +00:00
test(ci): update prerelease runner expectation
This commit is contained in:
@@ -317,7 +317,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
||||
expect(workflow.jobs["check-shard"].strategy.matrix.include[3]).toEqual({
|
||||
check_name: "check-dependencies",
|
||||
task: "dependencies",
|
||||
runner: "ubuntu-24.04",
|
||||
runner: "blacksmith-8vcpu-ubuntu-2404",
|
||||
});
|
||||
expect(
|
||||
workflow.jobs["check-shard"].steps.find((step) => step.name === "Run check shard").run,
|
||||
|
||||
Reference in New Issue
Block a user