Fix docker.#Run
exportFile test.
This test was not calling `docker.#Run` so basically it wasn't doing anything. Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
parent
18e778c894
commit
73829fd9a7
@ -32,8 +32,8 @@ dagger.#Plan & {
|
||||
}
|
||||
|
||||
// Test: export a file
|
||||
exportFile: {
|
||||
image: _image
|
||||
exportFile: docker.#Run & {
|
||||
input: _image
|
||||
command: {
|
||||
name: "sh"
|
||||
flags: "-c": #"""
|
||||
|
Reference in New Issue
Block a user