Skip to content

feat: add status to dx.ps #50

feat: add status to dx.ps

feat: add status to dx.ps #50

Triggered via push May 5, 2024 15:29
Status Failure
Total duration 24s
Artifacts

cicd.yml

on: push
release  /  Build/Release
16s
release / Build/Release
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/index.spec.ts > running containers > ps > should list all containers names and their status: src/index.spec.ts#L144
AssertionError: expected [ { name: 'best', …(4) }, …(2) ] to deeply equal [] - Expected + Received - Array [] + Array [ + Object { + "host": "best.com", + "image": "best:latest", + "name": "best", + "port": "", + "volumes": "", + }, + Object { + "host": "new.com", + "image": "other:latest", + "name": "test", + "port": "8081", + "volumes": "local:/tmp,disk:/opt", + }, + Object { + "host": "zest.com", + "image": "zest:latest", + "name": "zest", + "port": "", + "volumes": "", + }, + ] ❯ src/index.spec.ts:144:25
release / Build/Release
Process completed with exit code 1.