Skip to content

improvement(landing): new landing page #3085

improvement(landing): new landing page

improvement(landing): new landing page #3085

Triggered via pull request August 20, 2025 07:36
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

on: pull_request
Test and Build
58s
Test and Build
Apply Database Migrations
0s
Apply Database Migrations
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Test and Build
Process completed with exit code 1.
Test and Build
sim#test: command (/home/runner/work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
app/api/chat/utils.test.ts > Chat API Utils > CORS handling > should add CORS headers for localhost in development: apps/sim/app/api/chat/utils.test.ts#L146
AssertionError: expected "spy" to be called with arguments: [ 'Access-Control-Allow-Origin', …(1) ] Number of calls: 0 ❯ app/api/chat/utils.test.ts:146:40
app/api/chat/utils.test.ts > Chat API Utils > Cookie handling > should set auth cookie correctly: apps/sim/app/api/chat/utils.test.ts#L115
AssertionError: expected "spy" to be called with arguments: [ { …(8) } ] Received: 1st spy call: [ { - "domain": undefined, + "domain": ".sim.ai", "httpOnly": true, "maxAge": 86400, "name": "chat_auth_test-subdomain-id", "path": "/", "sameSite": "lax", - "secure": false, - "value": Any<String>, + "secure": true, + "value": "dGVzdC1zdWJkb21haW4taWQ6cGFzc3dvcmQ6MTc1NTY3NTQ2MDMwMQ==", }, ] Number of calls: 1 ❯ app/api/chat/utils.test.ts:115:23