2ce9934f7c
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
14 lines
231 B
Bash
14 lines
231 B
Bash
setup() {
|
|
load '../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "docker.#Build" {
|
|
dagger up ./nested-build-test.cue
|
|
|
|
# FIXME: this is currently broken
|
|
run dagger up ./multi-nested-build-test.cue
|
|
assert_failure
|
|
}
|