mirror of
https://github.com/docker/compose.git
synced 2025-06-25 16:10:15 +02:00
e2e test
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
a2d7548ca9
commit
a54814ff39
@ -298,6 +298,7 @@ func TestBuildImageDependencies(t *testing.T) {
|
|||||||
))
|
))
|
||||||
doTest(t, cli, "build")
|
doTest(t, cli, "build")
|
||||||
doTest(t, cli, "build", "service")
|
doTest(t, cli, "build", "service")
|
||||||
|
doTest(t, cli, "up", "--build", "service")
|
||||||
})
|
})
|
||||||
|
|
||||||
t.Run("Bake by additional contexts", func(t *testing.T) {
|
t.Run("Bake by additional contexts", func(t *testing.T) {
|
||||||
@ -307,6 +308,7 @@ func TestBuildImageDependencies(t *testing.T) {
|
|||||||
))
|
))
|
||||||
doTest(t, cli, "--verbose", "build")
|
doTest(t, cli, "--verbose", "build")
|
||||||
doTest(t, cli, "--verbose", "build", "service")
|
doTest(t, cli, "--verbose", "build", "service")
|
||||||
|
doTest(t, cli, "--verbose", "up", "--build", "service")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user