feat(app): per-container CF SSH tunnel for VS Code panel #1390
check.yml
on: pull_request
Build
1m 1s
Dist deps prune
44s
Types
1m 11s
Lint
3m 57s
Test
3m 30s
Lint Effect-TS
44s
E2E (Local package CLI)
38s
E2E (Browser command)
3m 3s
E2E (OpenCode)
7m 16s
E2E (Clone cache)
7m 2s
E2E (Login context)
7m 38s
E2E (Runtime volumes + SSH)
7m 19s
E2E (Clone auto-open SSH)
7m 27s
Annotations
5 errors
|
Lint Effect-TS
Process completed with exit code 1.
|
|
Lint Effect-TS:
packages/app/src/web/app-terminal-session-core.ts#L35
Avoid catchAll that discards typed errors; map or propagate explicitly
|
|
Test
Process completed with exit code 1.
|
|
tests/projects.test.ts > projects service > accepts async create and records realtime lifecycle events on the request project id:
packages/api/tests/projects.test.ts#L364
AssertionError: expected [ 'project.deployment.status', …(2) ] to include 'project.created'
❯ next tests/projects.test.ts:364:59
|
|
tests/openapi.test.ts > openapi contract > documents generated REST paths from the Effect HttpApi contract:
packages/api/tests/openapi.test.ts#L39
AssertionError: expected [ '/health', '/projects', …(55) ] to have a length of 54 but got 57
- Expected
+ Received
- 54
+ 57
❯ tests/openapi.test.ts:39:34
❯ body ../../node_modules/.bun/effect@3.21.3/node_modules/effect/src/internal/fiberRuntime.ts:1161:41
❯ internalCall ../../node_modules/.bun/effect@3.21.3/node_modules/effect/src/Utils.ts:779:12
❯ FiberRuntime.Sync ../../node_modules/.bun/effect@3.21.3/node_modules/effect/src/internal/fiberRuntime.ts:1161:19
❯ f ../../node_modules/.bun/effect@3.21.3/node_modules/effect/src/internal/fiberRuntime.ts:1398:53
❯ Object.context ../../node_modules/.bun/effect@3.21.3/node_modules/effect/src/internal/tracer.ts:101:19
❯ FiberRuntime.runLoop ../../node_modules/.bun/effect@3.21.3/node_modules/effect/src/internal/fiberRuntime.ts:1384:34
|