Skip to content

feat: runFilesでのリアルタイムdiagnostic出力機能およびエディタ表示を追加 #68

feat: runFilesでのリアルタイムdiagnostic出力機能およびエディタ表示を追加

feat: runFilesでのリアルタイムdiagnostic出力機能およびエディタ表示を追加 #68

Triggered via pull request August 24, 2026 11:23
Status Failure
Total duration 1m 57s
Artifacts

runtime-tests.yml

on: pull_request
Matrix: test-runtime
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test-runtime (22.x)
Process completed with exit code 1.
[chrome] tests/vitest-all.tsx > Runtime Integration Tests > rust Runtime > File Execution > should capture stdout: packages/runtime/tests/vitest-all.tsx#L75
Error: Test timed out in 20000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ tests/vitest-all.tsx:75:12
[chrome] tests/vitest-all.tsx > Runtime Integration Tests > ruby Runtime > File Execution > should capture multi-frame diagnostics as single Diagnostic: packages/runtime/tests/fileExecution.ts#L275
AssertionError: should have multiple frames: expected [ { …(3) } ] to have a length above 1 but got 1 ❯ tests/fileExecution.ts:275:72 ❯ tests/vitest-all.tsx:78:16
test-runtime (22.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/