feat: use package manager, not distro for installing podman #5
Annotations
8 errors
container-test-job (opensuse/leap:latest)
Unable to locate executable file: tar. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
|
src/__tests__/ci/installPodman.test.ts > Install and Uninstall Podman > Uninstall is successful and returns true:
src/__tests__/ci/installPodman.test.ts#L120
AssertionError: expected { Object (error) } to deeply equal true
- Expected:
true
+ Received:
Object {
"error": "Unable to uninstall Podman. TypeError [ERR_INVALID_ARG_VALUE]: The argument 'file' cannot be empty. Received ''",
}
❯ src/__tests__/ci/installPodman.test.ts:120:27
|
container-test-job (manjarolinux/base)
Process completed with exit code 1.
|
src/__tests__/ci/installPodman.test.ts > Install and Uninstall Podman > Install is successful and returns true:
src/__tests__/ci/installPodman.test.ts#L110
AssertionError: expected false to be truthy
❯ src/__tests__/ci/installPodman.test.ts:110:49
|
src/__tests__/ci/installPodman.test.ts > Install and Uninstall Podman > Uninstall is successful and returns true:
src/__tests__/ci/installPodman.test.ts#L117
AssertionError: expected false to be truthy
❯ src/__tests__/ci/installPodman.test.ts:117:48
|
container-test-job (ubuntu:22.04)
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#L120
AssertionError: expected { Object (error) } to deeply equal true
- Expected:
true
+ Received:
Object {
"error": "Unable to uninstall Podman. TypeError [ERR_INVALID_ARG_VALUE]: The argument 'file' cannot be empty. Received ''",
}
❯ src/__tests__/ci/installPodman.test.ts:120:27
|
container-test-job (archlinux:latest)
Process completed with exit code 1.
|