fix: update Dockerfile test to accept pinned bun version #47
e2e.yml
on: push
SDK E2E Tests
36s
API E2E Tests
33s
Annotations
3 errors
|
API E2E Tests
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
apps/api/src/e2e-http.test.ts#L456
Expected: 202
Received: 200
at <anonymous> (/home/runner/work/Sandchest/Sandchest/apps/api/src/e2e-http.test.ts:456:28)
|
|
error: expect(received).toBe(expected):
apps/api/src/e2e-http.test.ts#L294
Expected: 202
Received: 200
at <anonymous> (/home/runner/work/Sandchest/Sandchest/apps/api/src/e2e-http.test.ts:294:24)
|