Skip to content

feat: new updates on the UI #18

feat: new updates on the UI

feat: new updates on the UI #18

Triggered via push April 1, 2026 12:57
Status Failure
Total duration 29s
Artifacts

ci.yml

on: push
Frontend — Lint & Build
24s
Frontend — Lint & Build
Backend — Lint & Test
23s
Backend — Lint & Test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Backend — Lint & Test
Process completed with exit code 1.
tests/integration/payments.test.js > Payment Lifecycle — Integration > Edge cases > stores completion_duration_seconds on confirmation: backend/tests/integration/payments.test.js#L1200
AssertionError: expected 'pending' to be 'confirmed' // Object.is equality Expected: "confirmed" Received: "pending" ❯ tests/integration/payments.test.js:1200:29
tests/integration/payments.test.js > Payment Lifecycle — Integration > Edge cases > handles concurrent verify calls gracefully: backend/tests/integration/payments.test.js#L1156
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/integration/payments.test.js:1156:25
tests/integration/payments.test.js > Payment Lifecycle — Integration > Full payment lifecycle (end-to-end) > walks through the entire payment flow: backend/tests/integration/payments.test.js#L877
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/integration/payments.test.js:877:30
tests/integration/payments.test.js > Payment Lifecycle — Integration > Webhook delivery > calls sendWebhook with null url when no webhook_url is set: backend/tests/integration/payments.test.js#L807
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/integration/payments.test.js:807:26
tests/integration/payments.test.js > Payment Lifecycle — Integration > POST /api/verify-payment/:id > returns the cached confirmed result on repeated verify calls: backend/tests/integration/payments.test.js#L723
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/integration/payments.test.js:723:27
tests/integration/payments.test.js > Payment Lifecycle — Integration > POST /api/verify-payment/:id > confirms a payment when a matching Stellar transaction is found: backend/tests/integration/payments.test.js#L656
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/integration/payments.test.js:656:26
src/lib/request-schemas.test.js > registerMerchantZodSchema > accepts and passes through a metadata blob: backend/src/lib/request-schemas.test.js#L249
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "password" ], "message": "password is required" } ] ❯ Object.get error [as error] node_modules/zod/v3/types.js:39:31 ❯ ZodObject.parse node_modules/zod/v3/types.js:114:22 ❯ src/lib/request-schemas.test.js:249:46 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'password' ], message: 'password is required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'password' ], message: 'password is required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { password: [ 'password is required' ] } } }
src/lib/request-schemas.test.js > registerMerchantZodSchema > parses and normalizes a valid merchant registration request: backend/src/lib/request-schemas.test.js#L216
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "password" ], "message": "password is required" } ] ❯ Object.get error [as error] node_modules/zod/v3/types.js:39:31 ❯ ZodObject.parse node_modules/zod/v3/types.js:114:22 ❯ src/lib/request-schemas.test.js:216:46 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'password' ], message: 'password is required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'password' ], message: 'password is required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { password: [ 'password is required' ] } } }
Frontend — Lint & Build
Process completed with exit code 1.
Backend — Lint & Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend — Lint & Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/