24d3f82fc7
Superceded by Client API. Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
13 lines
185 B
Bash
13 lines
185 B
Bash
setup() {
|
|
load '../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "bash" {
|
|
dagger up ./build.cue
|
|
dagger up ./container.cue
|
|
dagger up ./image.cue
|
|
dagger up ./test.cue
|
|
}
|