This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/pkg/universe.dagger.io/alpine/test/alpine.bats
Richard Jones c8ef46eee0
added bats test file
Signed-off-by: Richard Jones <richard@dagger.io>
2022-01-19 16:02:32 -07:00

10 lines
162 B
Bash

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