universe: spin out alpine tests

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-06-10 10:29:49 +00:00
committed by Solomon Hykes
parent c1096fbc12
commit d388c729bc
5 changed files with 27 additions and 4 deletions

View File

@@ -4,6 +4,10 @@ setup() {
common_setup
}
@test "alpine" {
dagger -e alpine up
}
@test "netlify" {
dagger -e netlify up
}