ci: scope deploy typecheck to API, fix .dockerignore for remote builds #39
e2e.yml
on: push
SDK E2E Tests
30s
API E2E Tests
32s
Annotations
4 errors
|
API E2E Tests
Process completed with exit code 1.
|
|
TypeError: undefined is not an object (evaluating 'self.close'):
node_modules/.bun/effect@3.19.18/node_modules/effect/dist/esm/internal/core.js#L1019
at scopeClose (/home/runner/work/Sandchest/Sandchest/node_modules/.bun/effect@3.19.18/node_modules/effect/dist/esm/internal/core.js:1019:43)
at <anonymous> (/home/runner/work/Sandchest/Sandchest/apps/api/src/e2e-http.test.ts:126:33)
|
|
ReferenceError: Cannot access 'ApiRouter' before initialization.:
apps/api/src/e2e-http.test.ts#L88
at <anonymous> (/home/runner/work/Sandchest/Sandchest/apps/api/src/e2e-http.test.ts:88:19)
|
|
error: Missing required environment variable: DATABASE_URL:
apps/api/src/env.ts#L11
at required (/home/runner/work/Sandchest/Sandchest/apps/api/src/env.ts:11:25)
at loadEnv (/home/runner/work/Sandchest/Sandchest/apps/api/src/env.ts:28:19)
at /home/runner/work/Sandchest/Sandchest/apps/api/src/auth.ts:7:13
at loadAndEvaluateModule (2:1)
|