Skip to content

refactor: split CLI, Desktop, and account store module boundaries #94

refactor: split CLI, Desktop, and account store module boundaries

refactor: split CLI, Desktop, and account store module boundaries #94

Triggered via pull request April 13, 2026 12:14
Status Failure
Total duration 23s
Artifacts

release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests/cli-launch.test.ts > CLI Launch > does not launch a new Desktop instance when quitting the old one fails: tests/cli-launch.test.ts#L388
expected [] to deeply equal [ 'quit%3Aforce' ] - Expected + Received - Array [ - "quit%3Aforce"%2C - ] + Array []
tests/cli-launch.test.ts > CLI Launch > relaunches a codexm-managed Desktop instance without force-kill: tests/cli-launch.test.ts#L356
expected 1 to be +0 // Object.is equality - Expected + Received - 0 + 1
tests/cli-launch.test.ts > CLI Launch > force-kills a non-managed Desktop instance after confirmation: tests/cli-launch.test.ts#L309
expected 1 to be +0 // Object.is equality - Expected + Received - 0 + 1
tests/cli-launch.test.ts > CLI Launch > aborts non-managed relaunch when the user rejects force-kill confirmation: tests/cli-launch.test.ts#L271
expected '' to contain 'Force-kill it and relaunch with the s…' - Expected + Received - Force-kill it and relaunch with the selected auth?
tests/cli-launch.test.ts > CLI Launch > fails when Codex Desktop is not installed: tests/cli-launch.test.ts#L212
expected 'Error%3A codexm launch is not supported…' to contain 'Codex Desktop not found at /Applicati…' - Expected + Received - Codex Desktop not found at /Applications/Codex.app. + Error%3A codexm launch is not supported on Linux. Use "codexm run [-- ...args]" to start codex with auto-restart on auth changes. +
tests/cli-launch.test.ts > CLI Launch > refuses to relaunch running desktop in non-interactive mode: tests/cli-launch.test.ts#L161
expected 'Error%3A codexm launch is not supported…' to contain 'Refusing to relaunch Codex Desktop in…' - Expected + Received - Refusing to relaunch Codex Desktop in a non-interactive terminal. + Error%3A codexm launch is not supported on Linux. Use "codexm run [-- ...args]" to start codex with auto-restart on auth changes. +
tests/cli-launch.test.ts > CLI Launch > switches account before launch when account is provided: tests/cli-launch.test.ts#L136
expected 1 to be +0 // Object.is equality - Expected + Received - 0 + 1
tests/cli-launch.test.ts > CLI Launch > prints debug details during launch when --debug is enabled: tests/cli-launch.test.ts#L89
expected 1 to be +0 // Object.is equality - Expected + Received - 0 + 1
tests/cli-launch.test.ts > CLI Launch > launches desktop with current auth when no account is provided: tests/cli-launch.test.ts#L56
expected 1 to be +0 // Object.is equality - Expected + Received - 0 + 1
tests/auth-snapshot.test.ts >: tests/auth-snapshot.test.ts#L1
Worker exited unexpectedly
verify
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/setup-node@v4, pnpm/action-setup@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/