fix(backend): graphql resolver tests #1373
Triggered via pull request
September 25, 2024 18:00
Status
Failure
Total duration
3m 53s
Artifacts
–
node-build.yml
on: pull_request
version-generator
8s
prerequisite
46s
Matrix: docker-build
Matrix: codeql-analyze
Matrix: graphql
backend
2m 36s
frontend
28s
auth
1m 4s
token-introspection
30s
mock-account-servicing-entity
28s
integration-test
1m 47s
Matrix: Push to registry
generate-release
0s
Annotations
26 errors and 4 warnings
docker-build (linux/amd64, amd64, backend)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pnpm --filter backend build" did not complete successfully: exit code: 1
|
docker-build (linux/arm64, arm64, backend)
The job was canceled because "linux_amd64_amd64_backend" failed.
|
docker-build (linux/arm64, arm64, backend)
The operation was canceled.
|
docker-build (linux/amd64, amd64, auth)
The job was canceled because "linux_amd64_amd64_backend" failed.
|
docker-build (linux/arm64, arm64, auth)
The job was canceled because "linux_amd64_amd64_backend" failed.
|
docker-build (linux/arm64, arm64, auth)
The operation was canceled.
|
frontend
Argument of type '{ url: string; publicName: string | undefined; assetId: string; additionalProperties: never[]; }' is not assignable to parameter of type 'CreateWalletAddressInput'.
|
frontend
Process completed with exit code 1.
|
docker-build (linux/amd64, amd64, frontend)
The job was canceled because "linux_amd64_amd64_backend" failed.
|
docker-build (linux/amd64, amd64, frontend)
The operation was canceled.
|
docker-build (linux/arm64, arm64, frontend)
The job was canceled because "linux_amd64_amd64_backend" failed.
|
docker-build (linux/arm64, arm64, frontend)
The operation was canceled.
|
mock-account-servicing-entity
Expected 4 arguments, but got 3.
|
mock-account-servicing-entity
Process completed with exit code 1.
|
auth
Process completed with exit code 1.
|
integration-test
Argument of type '{ authServer: string; accessType: AccessType; accessActions: ("create" | "complete" | "read" | "read-all" | "list" | "list-all")[]; }' is not assignable to parameter of type 'GrantOptions'.
|
integration-test
Argument of type '{ authServer: string; accessType: AccessType; accessActions: ("create" | "complete" | "read" | "read-all" | "list" | "list-all")[]; }' is not assignable to parameter of type 'GrantOptions'.
|
integration-test
Argument of type 'CreateOutgoingPaymentFromIncomingPaymentInput' is not assignable to parameter of type 'CreateOutgoingPaymentOptions'.
|
integration-test
Type '(parent: Partial<Tenant>, args: {}, ctx: ApolloContext) => Promise<ResolverTypeWrapper<Partial<TenantEndpointsConnection>>>' is not assignable to type 'Resolver<ResolverTypeWrapper<Partial<TenantEndpoint>>[], Partial<Tenant>, ApolloContext, {}> | undefined'.
|
integration-test
Property 'sortOrder' does not exist on type '{}'.
|
integration-test
Type '{ incomingPayment: string; debitAmount: Amount; walletAddressId: string; client?: string | undefined; grant?: Grant | undefined; metadata?: Record<string, unknown> | undefined; callback?: ((f: unknown) => NodeJS.Timeout) | undefined; grantLockTimeoutMs?: number | undefined; }' is not assignable to type 'CreateOutgoingPaymentOptions'.
|
integration-test
Type '{ quoteId: string; walletAddressId: string; client?: string | undefined; grant?: Grant | undefined; metadata?: Record<string, unknown> | undefined; callback?: ((f: unknown) => NodeJS.Timeout) | undefined; grantLockTimeoutMs?: number | undefined; }' is not assignable to type 'CreateOutgoingPaymentOptions'.
|
integration-test
Property 'sortOrder' does not exist on type '{}'.
|
integration-test
Type '{ incomingPayment: string; debitAmount: Amount; walletAddressId: string; client?: string | undefined; grant?: Grant | undefined; metadata?: Record<string, unknown> | undefined; callback?: ((f: unknown) => NodeJS.Timeout) | undefined; grantLockTimeoutMs?: number | undefined; }' is not assignable to type 'CreateOutgoingPaymentOptions'.
|
integration-test
Type '{ quoteId: string; walletAddressId: string; client?: string | undefined; grant?: Grant | undefined; metadata?: Record<string, unknown> | undefined; callback?: ((f: unknown) => NodeJS.Timeout) | undefined; grantLockTimeoutMs?: number | undefined; }' is not assignable to type 'CreateOutgoingPaymentOptions'.
|
backend
Process completed with exit code 1.
|
|
token-introspection:
packages/token-introspection/src/openapi/specs/schemas.yaml#L14
oas3-unused-component Potentially unused component has been detected.
|
token-introspection:
packages/token-introspection/src/openapi/specs/schemas.yaml#L40
oas3-unused-component Potentially unused component has been detected.
|
token-introspection:
packages/token-introspection/src/openapi/specs/schemas.yaml#L50
oas3-unused-component Potentially unused component has been detected.
|