Files
podman-compose/tests/integration/commands_fail_exit_code/docker-compose.yml
Monika Kairaityte b3fd55047b tests/integration: Rename dir build_fail_multi
Renamed directory `build_fail_multi` to more appropriate
`commands_fail_exit_code` as more tests were added to other
commands:`push` and `run`. Names of tests were changed accordingly.

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-07-03 14:37:58 +03:00

9 lines
99 B
YAML

version: "3"
services:
bad:
build:
context: bad
good:
build:
context: good