alpine: cleanup tests

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2022-02-08 23:29:00 +00:00
parent e6b5fd3de9
commit cf6fadbeda
5 changed files with 61 additions and 66 deletions

View File

@@ -0,0 +1,8 @@
setup() {
load '../../bats_helpers'
common_setup
}
@test "alpine" {
dagger up
}