Skip to content

Harden non-interactive provider flows #53

Harden non-interactive provider flows

Harden non-interactive provider flows #53

Triggered via push May 17, 2026 04:35
Status Failure
Total duration 16s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test
Process completed with exit code 1.
error: expect(received).toHaveBeenCalledTimes(expected): tests/versions.test.ts#L263
Expected number of calls: 2 Received number of calls: 4 at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/versions.test.ts:263:21)
error: expect(received).toEqual(expected): tests/runtime.test.ts#L57
{ "args": [ - "install", + "add", "node-hdiffpatch", ], - "command": "npm", + "command": "bun", } - Expected - 2 + Received + 2 at <anonymous> (/home/runner/work/react-native-update-cli/react-native-update-cli/tests/runtime.test.ts:57:62)