Skip to content

feat: Accouting Service (WIP) #1685

feat: Accouting Service (WIP)

feat: Accouting Service (WIP) #1685

Triggered via pull request October 17, 2024 13:31
Status Failure
Total duration 1m 12s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Test: billing/test/helpers/context.js#L9
'encodeEgressEvent' is declared but its value is never read.
Test: billing/test/helpers/context.js#L9
'validateEgressEvent' is declared but its value is never read.
Test: billing/test/helpers/context.js#L170
Property 'accountId' does not exist on type 'Promise<AwsCredentialIdentity>'.
Test: billing/test/lib.egress-traffic-queue.spec.js#L4
Argument of type '() => Promise<{ egressEventStore: { put: (rec: EgressEvent) => Promise<Result<Unit, EncodeFailure | StoreOperationFailure | Failure>>; list: (key: EgressEventListKey, options?: Pageable) => Promise<...>; }; ... 18 more ...; stripeSecretKey: string; }>' is not assignable to parameter of type '() => Promise<EgressTestContext>'.
Test
Process completed with exit code 1.
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/