chore(deps): bump actions/setup-node from 4 to 5 #495
Annotations
3 errors
|
container-test-job (ubuntu:24.10)
Process completed with exit code 1.
|
|
src/__tests__/ci/installPodman.test.ts > Install and Uninstall Podman > Uninstall is successful and returns true:
src/__tests__/ci/installPodman.test.ts#L117
TypeError: .toMatch() expects to receive a string, but got undefined
❯ src/__tests__/ci/installPodman.test.ts:117:27
|
|
src/__tests__/ci/installPodman.test.ts > Install and Uninstall Podman > Install is successful and returns true:
src/__tests__/ci/installPodman.test.ts#L107
AssertionError: expected { Object (error) } to deeply equal true
- Expected:
true
+ Received:
Object {
"error": "Unable to install Podman. User denied granting NiceNode permission.",
}
❯ src/__tests__/ci/installPodman.test.ts:107:29
|