c8ef46eee0
Signed-off-by: Richard Jones <richard@dagger.io>
10 lines
162 B
Bash
10 lines
162 B
Bash
setup() {
|
|
load '../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "alpine.#Build" {
|
|
"$DAGGER" up ./image-version.cue
|
|
"$DAGGER" up ./package-install.cue
|
|
} |