Skip to content

Migrate to opencode-ai 1.15.0 #38

Migrate to opencode-ai 1.15.0

Migrate to opencode-ai 1.15.0 #38

Triggered via push May 16, 2026 01:21
Status Failure
Total duration 48s
Artifacts

publish.yml

on: push
Publish from main version bump
45s
Publish from main version bump
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Publish from main version bump
Process completed with exit code 1.
tests/bot/handlers/prompt.test.ts > bot/handlers/prompt > starts prompts through promptAsync instead of the streaming prompt endpoint: tests/bot/handlers/prompt.test.ts#L227
AssertionError: expected "spy" to be called with arguments: [ { sessionID: 'session-1', …(5) } ] Received: 1st spy call: @@ -6,11 +6,13 @@ "modelID": "gpt-5", "providerID": "openai", }, "parts": [ { - "text": "Review README", + "text": "[Channel: telegram] + + Review README", "type": "text", }, ], "sessionID": "session-1", "variant": "default", Number of calls: 1 ❯ tests/bot/handlers/prompt.test.ts:227:43
tests/bot/commands/rename.test.ts > bot/commands/rename > renames session on valid text and clears states: tests/bot/commands/rename.test.ts#L126
AssertionError: expected "spy" to be called with arguments: [ { id: 'session-1', …(2) } ] Received: 1st spy call: @@ -1,6 +1,7 @@ [ + "telegram", { "directory": "D:/repo", "id": "session-1", "title": "New title", }, Number of calls: 1 ❯ tests/bot/commands/rename.test.ts:126:42
Publish from main version bump
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. 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/