mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:20:44 +00:00
ci: avoid blacksmith for release setup jobs
This commit is contained in:
@@ -121,6 +121,7 @@ describe("package artifact reuse", () => {
|
||||
const workflow = readFileSync(LIVE_E2E_WORKFLOW, "utf8");
|
||||
const retryHelper = readFileSync("scripts/ci-live-command-retry.sh", "utf8");
|
||||
|
||||
expect(workflow).toContain("validate_selected_ref:\n runs-on: ubuntu-24.04");
|
||||
expect(workflow).not.toContain("suite_id: live-all");
|
||||
expect(workflow).not.toContain("command: pnpm test:live\n");
|
||||
expect(workflow).toContain("suite_id: native-live-src-agents");
|
||||
|
||||
Reference in New Issue
Block a user