Skip to content

发布 channel 包 (beta) #20

发布 channel 包 (beta)

发布 channel 包 (beta) #20

Manually triggered April 16, 2026 07:20
Status Failure
Total duration 22s
Artifacts

publish-channel.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

2 errors
publish
Process completed with exit code 1.
src/test/manageAgents.test.ts > updateRealOpenClawAgent > keeps untouched files when updating only one profile file: channel/src/test/manageAgents.test.ts#L69
AssertionError: expected { files: [ { …(2) }, …(6) ], …(1) } to deeply equal { …(4) } - Expected + Received Object { + "files": Array [ + Object { + "content": "", + "name": "AGENTS.md", + }, + Object { + "content": "", + "name": "TOOLS.md", + }, + Object { + "content": "# IDENTITY.md + + identity original + ", + "name": "IDENTITY.md", + }, + Object { + "content": "# SOUL.md + + soul original + ", + "name": "SOUL.md", + }, + Object { + "content": "# USER.md + + user original + ", + "name": "USER.md", + }, + Object { + "content": "# MEMORY.md + + memory updated + ", + "name": "MEMORY.md", + }, + Object { + "content": "", + "name": "HEARTBEAT.md", + }, + ], + "profileFiles": Object { + "agentsMd": "", + "heartbeatMd": "", "identityMd": "# IDENTITY.md identity original ", "memoryMd": "# MEMORY.md memory updated ", "soulMd": "# SOUL.md soul original ", + "toolsMd": "", "userMd": "# USER.md user original ", + }, } ❯ src/test/manageAgents.test.ts:69:11