Add docker cli package
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
10
pkg/universe.dagger.io/docker/cli/test/test.bats
Normal file
10
pkg/universe.dagger.io/docker/cli/test/test.bats
Normal file
@@ -0,0 +1,10 @@
|
||||
setup() {
|
||||
load '../../../bats_helpers'
|
||||
|
||||
common_setup
|
||||
}
|
||||
|
||||
@test "docker/cli" {
|
||||
dagger "do" -p ./run.cue test
|
||||
dagger "do" -p ./load.cue test
|
||||
}
|
Reference in New Issue
Block a user