docs(readme): correct dashboard onboarding links #13
ci.yml
on: push
Lint, typecheck, test (backend)
2m 52s
Test and build (dashboard)
31s
Annotations
7 errors and 2 warnings
|
Lint, typecheck, test (backend)
Process completed with exit code 1.
|
|
error: expect(received).toContain(expected):
test/model-api.test.ts#L792
Expected to contain: "MARINA_OPEN_API"
Received: "Missing or invalid Authorization header"
at <anonymous> (/home/runner/work/marina/marina/test/model-api.test.ts:792:34)
|
|
error: expect(received).toBe(expected):
test/model-api.test.ts#L782
Expected: 200
Received: 401
at <anonymous> (/home/runner/work/marina/marina/test/model-api.test.ts:782:28)
|
|
error: expect(received).toBe(expected):
test/model-api.test.ts#L243
Expected: 503
Received: 401
at <anonymous> (/home/runner/work/marina/marina/test/model-api.test.ts:243:28)
|
|
error: expect(received).toBeNull():
test/phase8-connector-intent.test.ts#L75
Received: "bearer"
at <anonymous> (/home/runner/work/marina/marina/test/phase8-connector-intent.test.ts:75:28)
|
|
error: expect(received).toBeUndefined():
test/agent-runtime.test.ts#L512
Received: "undefined"
at <anonymous> (/home/runner/work/marina/marina/test/agent-runtime.test.ts:512:21)
|
|
error: expect(received).toBe(expected):
test/agent-runtime.test.ts#L144
Expected: false
Received: true
at <anonymous> (/home/runner/work/marina/marina/test/agent-runtime.test.ts:144:44)
|
|
Test and build (dashboard)
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint, typecheck, test (backend)
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|