Skip to content

feat(dashboard): swap primary UI font to Geist #299

feat(dashboard): swap primary UI font to Geist

feat(dashboard): swap primary UI font to Geist #299

Triggered via push April 19, 2026 08:28
Status Failure
Total duration 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Lint
Process completed with exit code 1.
Test
Process completed with exit code 1.
error: expect(received).toThrow(expected): apps/api/src/query/simple-builder.test.ts#L173
Expected substring: "dangerous keyword" Received message: "Ordering by 'total DESC; DELETE FROM analytics.events' is not permitted." at <anonymous> (/home/runner/_work/Databuddy/Databuddy/apps/api/src/query/simple-builder.test.ts:173:5)
error: expect(received).toThrow(expected): apps/api/src/query/simple-builder.test.ts#L167
Expected substring: "dangerous keyword" Received message: "Grouping by 'path; DROP TABLE analytics.events' is not permitted." at <anonymous> (/home/runner/_work/Databuddy/Databuddy/apps/api/src/query/simple-builder.test.ts:167:5)
error: expect(received).toContain(expected): apps/api/src/query/simple-builder.test.ts#L143
Expected to contain: "lower(device_type) = 'mobile'" Received: "SELECT count() as total FROM analytics.events WHERE client_id = {websiteId:String} AND time >= toDateTime({from:String}) AND time <= toDateTime(concat({to:String}, ' 23:59:59')) AND lower(device_type) = {f0:String} GROUP BY path ORDER BY total DESC LIMIT 10" at <anonymous> (/home/runner/_work/Databuddy/Databuddy/apps/api/src/query/simple-builder.test.ts:143:15)
error: expect(received).toContain(expected): apps/api/src/query/simple-builder.test.ts#L135
Expected to contain: "device_type = '' OR lower(device_type) = 'desktop'" Received: "SELECT count() as total FROM analytics.events WHERE client_id = {websiteId:String} AND time >= toDateTime({from:String}) AND time <= toDateTime(concat({to:String}, ' 23:59:59')) AND (device_type = '' OR lower(device_type) = {f0:String}) GROUP BY path ORDER BY total DESC LIMIT 10" at <anonymous> (/home/runner/_work/Databuddy/Databuddy/apps/api/src/query/simple-builder.test.ts:135:15)
Test
@databuddy/api#test: command (/home/runner/_work/Databuddy/Databuddy/apps/api) /home/runner/.bun/bin/bun run test exited (1)