Update dockerfile test to use client API

Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2022-03-18 12:38:50 +01:00
committed by Vasek - Tom C
parent cc601a4e07
commit c6da3eeb9e
2 changed files with 7 additions and 4 deletions

View File

@@ -5,5 +5,8 @@ setup() {
}
@test "docker" {
dagger "do" -p ./ test
dagger "do" -p ./build.cue test
dagger "do" -p ./dockerfile.cue test
dagger "do" -p ./run.cue test
dagger "do" -p ./image.cue test
}