fix: remove hostname-based API URL override, always use NEXT_PUBLIC_A… #26
ci-cd-pipeline.yml
on: push
Server — Build & Test
1m 20s
Client — Build & Lint
9m 45s
Security Audit
26s
Deploy
4s
Annotations
2 errors and 2 warnings
|
src/__tests__/epic4/approvalWorkflow.test.ts:
server/src/services/bookingService.ts#L10
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/services/bookingService.ts:10:1
Caused by: Caused by: ReferenceError: Cannot access 'mockSupabase' before initialization
❯ src/__tests__/epic4/approvalWorkflow.test.ts:24:15
|
|
src/__tests__/epic3/us3.7-waitlist.test.ts > US 3.7: Waitlist Notification > Waitlist Notification on Booking Cancellation > should notify the first user in the waitlist when a booking is cancelled:
server/src/__tests__/epic3/us3.7-waitlist.test.ts#L255
AssertionError: expected 403 to be 201 // Object.is equality
- Expected
+ Received
- 201
+ 403
❯ src/__tests__/epic3/us3.7-waitlist.test.ts:255:39
|
|
Client — Build & Lint
Back off 23.242 seconds before retry.
|
|
Client — Build & Lint
Failed to download action 'https://api.github.com/repos/pnpm/action-setup/tarball/41ff72655975bd51cab0327fa583b6e92b6d3061'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|