merge: dead-code deletion batch (1,328 lines; 8 report false-positive… #714
ci.yml
on: push
Check (plugin)
4m 34s
Check (pi-plugin)
1m 7s
Check (dashboard)
16s
E2E (OpenCode, host behavior)
6m 5s
E2E (Pi, host behavior)
1m 25s
Annotations
3 errors and 1 warning
|
Check (dashboard)
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
packages/dashboard/src/components/ConfigEditor/config-parity.test.ts#L90
Expected: false
Received: true
at <anonymous> (/home/runner/work/magic-context/magic-context/packages/dashboard/src/components/ConfigEditor/config-parity.test.ts:90:62)
|
|
error: expect(received).toEqual(expected):
packages/dashboard/src/components/ConfigEditor/config-parity.test.ts#L60
- []
+ [
+ "experimental.mural.enabled",
+ "experimental.mural.model",
+ "fail_closed_blocking",
+ "pi.subagent_extensions",
+ ]
- Expected - 1
+ Received + 6
at <anonymous> (/home/runner/work/magic-context/magic-context/packages/dashboard/src/components/ConfigEditor/config-parity.test.ts:60:23)
|
|
Check (plugin)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|