added bats test file

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2022-01-19 14:09:04 -07:00
parent 963aa5c592
commit c8ef46eee0
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C

View File

@ -0,0 +1,10 @@
setup() {
load '../../bats_helpers'
common_setup
}
@test "alpine.#Build" {
"$DAGGER" up ./image-version.cue
"$DAGGER" up ./package-install.cue
}