Skip to content

Release 2.0.5

Release 2.0.5 #266

Triggered via push November 15, 2025 01:34
Status Failure
Total duration 26s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
compile
Process completed with exit code 1.
compile: src/wrapper/lib/webhooks.ts#L54
Variable must have an explicit type annotation with --isolatedDeclarations.
compile: src/wrapper/lib/webhooks.ts#L46
Variable must have an explicit type annotation with --isolatedDeclarations.
compile: src/wrapper/lib/webhooks.ts#L37
Variable must have an explicit type annotation with --isolatedDeclarations.
compile: src/wrapper/lib/webhooks.ts#L29
Variable must have an explicit type annotation with --isolatedDeclarations.
compile: src/wrapper/lib/webhooks.ts#L27
Variable must have an explicit type annotation with --isolatedDeclarations.
compile: src/wrapper/lib/webhooks.ts#L19
Variable must have an explicit type annotation with --isolatedDeclarations.
compile: src/wrapper/lib/webhooks.ts#L13
Variable must have an explicit type annotation with --isolatedDeclarations.
compile: src/wrapper/lib/webhooks.ts#L9
Variable must have an explicit type annotation with --isolatedDeclarations.
test
Process completed with exit code 1.
workflows.test.ts > Workflows > listWorkflowExecutions (2): tests/wire/workflows.test.ts#L691
AssertionError: expected error to be instance of UnprocessableEntityError - Expected: [Function UnprocessableEntityError] + Received: BrowserUseError { "message": "fetch failed", "statusCode": undefined, "body": undefined, "rawResponse": { "headers": Headers {}, "redirected": false, "status": 0, "statusText": "Unknown Error", "type": "error", "url": "", }, } ❯ workflows.test.ts:691:9
workflows.test.ts > Workflows > listWorkflowExecutions (1): src/api/resources/workflows/client/Client.ts#L911
Error: fetch failed ❯ Workflows.__listWorkflowExecutions ../../src/api/resources/workflows/client/Client.ts:911:23 ❯ workflows.test.ts:647:26 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { statusCode: undefined, body: undefined, rawResponse: { headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, redirected: false, status: +0, statusText: 'Unknown Error', type: 'error', url: '' } }