Skip to content

feat: Bun migration, plugin architecture, multi-engine support, mock UE runtime, standalone install #60

feat: Bun migration, plugin architecture, multi-engine support, mock UE runtime, standalone install

feat: Bun migration, plugin architecture, multi-engine support, mock UE runtime, standalone install #60

Triggered via pull request March 28, 2026 21:58
Status Failure
Total duration 5m 26s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
error: expect(received).not.toThrow(): src/model/error/validation-error.test.ts#L5
Error name: "ValidationError" Error message: undefined at <anonymous> (/home/runner/work/cli/cli/src/model/error/validation-error.test.ts:5:45)
error: expect(received).not.toThrow(): src/model/error/command-execution-error.test.ts#L5
Error name: "CommandExecutionError" Error message: undefined at <anonymous> (/home/runner/work/cli/cli/src/model/error/command-execution-error.test.ts:5:51)
error: expect(received).not.toThrow(): src/model/error/not-implemented-exception.test.ts#L5
Error name: "NotImplementedException" Error message: undefined at <anonymous> (/home/runner/work/cli/cli/src/model/error/not-implemented-exception.test.ts:5:53)
ReferenceError: log is not defined: src/model/system/system.ts#L45
at run (/home/runner/work/cli/cli/src/model/system/system.ts:45:13) at <anonymous> (/home/runner/work/cli/cli/src/model/system/system.integration.test.ts:17:39)
error:: src/model/system/system.integration.test.ts#L13
Expected promise that resolves Received promise that rejected: Promise { <rejected> } at <anonymous> (/home/runner/work/cli/cli/src/model/system/system.integration.test.ts:13:57)
SyntaxError: Cannot export a duplicate name 'waitUntil'.: src/module/wait-until.ts#L281
at <parse> (/home/runner/work/cli/cli/src/module/wait-until.ts:281:1) at native:11:43 at processTicksAndRejections (native:7:39)
SyntaxError: Cannot export a duplicate name 'waitUntil'.: src/module/wait-until.ts#L281
at <parse> (/home/runner/work/cli/cli/src/module/wait-until.ts:281:1) at native:11:43 at processTicksAndRejections (native:7:39)
SyntaxError: Cannot export a duplicate name 'waitUntil'.: src/module/wait-until.ts#L281
at <parse> (/home/runner/work/cli/cli/src/module/wait-until.ts:281:1) at native:11:43 at processTicksAndRejections (native:7:39)
SyntaxError: Cannot export a duplicate name 'waitUntil'.: src/module/wait-until.ts#L281
at <parse> (/home/runner/work/cli/cli/src/module/wait-until.ts:281:1) at native:11:43 at processTicksAndRejections (native:7:39)
SyntaxError: Cannot export a duplicate name 'waitUntil'.: src/module/wait-until.ts#L281
at <parse> (/home/runner/work/cli/cli/src/module/wait-until.ts:281:1) at native:11:43 at processTicksAndRejections (native:7:39)
Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/