feat(dev): CodeZip dev runner and process lifecycle core #333
Annotations
3 errors and 1 warning
|
unit-test / Test (Windows)
Process completed with exit code 1.
|
|
error: expect(received).toContainEqual(expected):
src\core\dev\process.test.ts#L38
Expected to contain: [ "error", "ERROR: boom" ]
Received: [
[ "info", "[eval]:1\r" ], [ "error", "console.error('ERROR:\r" ], [ "info", " ^^^^^^^\r" ], [ "error", "SyntaxError: Invalid or unexpected token\r" ], [ "info", " at new Script (vm.js:100:7)\r" ], [ "info", " at createScript (vm.js:261:10)\r" ], [ "info", " at Object.runInThisContext (vm.js:309:10)\r" ], [ "info", " at internal/process/execution.js:77:19\r" ], [ "info", " at [eval]-wrapper:6:22\r" ], [ "info", " at evalScript (internal/process/execution.js:76:60)\r" ], [ "info",
" at internal/main/eval_string.js:23:3\r"
]
]
at <anonymous> (C:\codebuild\tmp\output\src271842418\src\actions-runner\_work\agentcore-cli\agentcore-cli\src\core\dev\process.test.ts:38:18)
|
|
error: expect(received).toEqual(expected):
src\core\dev\process.test.ts#L22
[
[
"info",
"one",
],
- [
- "info",
- "two",
- ],
]
- Expected - 4
+ Received + 0
at <anonymous> (C:\codebuild\tmp\output\src271842418\src\actions-runner\_work\agentcore-cli\agentcore-cli\src\core\dev\process.test.ts:22:18)
|
|
unit-test / Test (Linux)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|