diff --git a/pkg/universe.dagger.io/alpine/test/alpine.bats b/pkg/universe.dagger.io/alpine/test/alpine.bats new file mode 100644 index 00000000..e96897b3 --- /dev/null +++ b/pkg/universe.dagger.io/alpine/test/alpine.bats @@ -0,0 +1,10 @@ +setup() { + load '../../bats_helpers' + + common_setup +} + +@test "alpine.#Build" { + "$DAGGER" up ./image-version.cue + "$DAGGER" up ./package-install.cue +} \ No newline at end of file