ci: remove environment scoping so repo-level secrets are used #43
e2e.yml
on: push
SDK E2E Tests
22s
API E2E Tests
38s
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)
|