mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-13 10:55:14 +02:00
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>
9 lines
99 B
YAML
9 lines
99 B
YAML
version: "3"
|
|
services:
|
|
bad:
|
|
build:
|
|
context: bad
|
|
good:
|
|
build:
|
|
context: good
|