added bats test file
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
parent
963aa5c592
commit
c8ef46eee0
10
pkg/universe.dagger.io/alpine/test/alpine.bats
Normal file
10
pkg/universe.dagger.io/alpine/test/alpine.bats
Normal file
@ -0,0 +1,10 @@
|
||||
setup() {
|
||||
load '../../bats_helpers'
|
||||
|
||||
common_setup
|
||||
}
|
||||
|
||||
@test "alpine.#Build" {
|
||||
"$DAGGER" up ./image-version.cue
|
||||
"$DAGGER" up ./package-install.cue
|
||||
}
|
Reference in New Issue
Block a user