docker: cleanup tests

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2022-02-09 00:20:11 +00:00
parent 090ecfb9f2
commit 20e1ac9d7f
15 changed files with 321 additions and 428 deletions

View File

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