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