Skip to content

openworkflow v0.7.1 #921

openworkflow v0.7.1

openworkflow v0.7.1 #921

Triggered via push February 14, 2026 21:05
Status Failure
Total duration 2m 2s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ci-bun
Process completed with exit code 1.
packages/openworkflow/worker.test.ts > resolveRetryPolicy > falls back to defaults for invalid runtime values: packages/openworkflow/worker.test.ts#L1828
AssertionError: expected { initialInterval: '-1s', …(3) } to deeply equal { initialInterval: '1s', …(3) } - Expected + Received { - "backoffCoefficient": 2, - "initialInterval": "1s", - "maximumAttempts": 1, - "maximumInterval": "100s", + "backoffCoefficient": -1, + "initialInterval": "-1s", + "maximumAttempts": NaN, + "maximumInterval": "invalid", } ❯ packages/openworkflow/worker.test.ts:1828:20
ci
Process completed with exit code 1.
packages/openworkflow/worker.test.ts > resolveRetryPolicy > falls back to defaults for invalid runtime values: packages/openworkflow/worker.test.ts#L1828
AssertionError: expected { initialInterval: '-1s', …(3) } to deeply equal { initialInterval: '1s', …(3) } - Expected + Received { - "backoffCoefficient": 2, - "initialInterval": "1s", - "maximumAttempts": 1, - "maximumInterval": "100s", + "backoffCoefficient": -1, + "initialInterval": "-1s", + "maximumAttempts": NaN, + "maximumInterval": "invalid", } ❯ packages/openworkflow/worker.test.ts:1828:20