fix(frontend): remove stray Token label from handleWithdraw #670
pr-test-gate.yml
on: pull_request
Contracts cargo test
1m 10s
Backend npm test
1m 9s
Annotations
6 errors and 2 warnings
|
Backend npm test
Process completed with exit code 1.
|
|
tests/integration/stream-lifecycle.test.ts:
backend/src/lib/prisma.ts#L10
ReferenceError: createPgPool is not defined
❯ src/lib/prisma.ts:10:3
❯ src/routes/v1/streams/withdraw.ts:1:1
|
|
tests/soroban-worker.helpers.test.ts:
backend/src/lib/prisma.ts#L10
ReferenceError: createPgPool is not defined
❯ src/lib/prisma.ts:10:3
❯ src/workers/soroban-event-worker.ts:2:31
|
|
tests/soroban-indexer.test.ts:
backend/src/lib/prisma.ts#L10
ReferenceError: createPgPool is not defined
❯ src/lib/prisma.ts:10:3
❯ src/services/soroban-indexer.service.ts:1:1
|
|
tests/security-headers.test.ts:
backend/src/lib/prisma.ts#L10
ReferenceError: createPgPool is not defined
❯ src/lib/prisma.ts:10:3
❯ src/routes/v1/streams/withdraw.ts:1:1
|
|
tests/cors.test.ts:
backend/src/lib/prisma.ts#L10
ReferenceError: createPgPool is not defined
❯ src/lib/prisma.ts:10:3
❯ src/routes/v1/streams/withdraw.ts:1:1
|
|
Backend npm test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Contracts cargo test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|