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
|
// Test: export a file
|
||||||
exportFile: {
|
exportFile: docker.#Run & {
|
||||||
image: _image
|
input: _image
|
||||||
command: {
|
command: {
|
||||||
name: "sh"
|
name: "sh"
|
||||||
flags: "-c": #"""
|
flags: "-c": #"""
|
||||||
|
Reference in New Issue
Block a user