These cli tests are now a different kind of that that run the compose binary. They are not the same as integration tests that test some internal interface. Signed-off-by: Daniel Nephin <dnephin@docker.com>
6 lines
112 B
YAML
6 lines
112 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: echo simple
|
|
another:
|
|
image: busybox:latest
|
|
command: echo another
|