The tests try to invoke docker-compose and are failing with the following message:
Run cd test && env SOCK=/var/run/docker.sock IMAGE_NAME_NODE=indy_node:debian10 IMAGE_NAME_CONTROLLER=indy_node_controller docker-compose up -d
env: ‘docker-compose’: No such file or directory
Error: Process completed with exit code 127.
The tests try to invoke docker-compose and are failing with the following message:
PR #141’s tests show the errors.