Skip to content

Fix: fix the build and lint error #24

Fix: fix the build and lint error

Fix: fix the build and lint error #24

Triggered via push April 5, 2026 18:07
Status Failure
Total duration 1m 22s
Artifacts

ci.yml

on: push
Frontend — Lint & Build
1m 18s
Frontend — Lint & Build
Backend — Lint & Test
29s
Backend — Lint & Test
Fit to window
Zoom out
Zoom in

Annotations

9 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#L859
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/integration/payments.test.js:859: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
tests/integration/payments.test.js > Payment Lifecycle — Integration > POST /api/verify-payment/:id > returns pending when no matching Stellar transaction is found: backend/tests/integration/payments.test.js#L629
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/integration/payments.test.js:629:26
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/