feat(tempo): add split payments for charge #673
pull-request.yml
on: pull_request
Verify
/
CI Gate
4s
Annotations
6 errors and 2 warnings
|
Verify / Test Runtime
Process completed with exit code 1.
|
|
[node] src/tempo/server/Charge.test.ts > tempo > intent: charge; type: hash > behavior: accepts split payments:
src/tempo/server/Charge.test.ts#L703
AssertionError: expected 402 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 402
❯ src/tempo/server/Charge.test.ts:703:31
|
|
[node] src/tempo/server/Charge.test.ts > tempo > intent: charge; type: hash > behavior: accepts split payments:
src/tempo/server/Charge.test.ts#L703
AssertionError: expected 402 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 402
❯ src/tempo/server/Charge.test.ts:703:31
|
|
[node] src/tempo/server/Charge.test.ts > tempo > intent: charge; type: hash > behavior: accepts split payments:
src/tempo/server/Charge.test.ts#L703
AssertionError: expected 402 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 402
❯ src/tempo/server/Charge.test.ts:703:31
|
|
[node] src/tempo/server/Charge.test.ts > tempo > intent: charge; type: hash > behavior: accepts split payments:
src/tempo/server/Charge.test.ts#L703
AssertionError: expected 402 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 402
❯ src/tempo/server/Charge.test.ts:703:31
|
|
Verify / CI Gate
Process completed with exit code 1.
|
|
Verify / Checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Verify / Test Runtime
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4, pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|