Skip to content

Commit a54814f

Browse files
ndeloofglours
authored andcommitted
e2e test
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent a2d7548 commit a54814f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/e2e/build_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ func TestBuildImageDependencies(t *testing.T) {
298298
))
299299
doTest(t, cli, "build")
300300
doTest(t, cli, "build", "service")
301+
doTest(t, cli, "up", "--build", "service")
301302
})
302303

303304
t.Run("Bake by additional contexts", func(t *testing.T) {
@@ -307,6 +308,7 @@ func TestBuildImageDependencies(t *testing.T) {
307308
))
308309
doTest(t, cli, "--verbose", "build")
309310
doTest(t, cli, "--verbose", "build", "service")
311+
doTest(t, cli, "--verbose", "up", "--build", "service")
310312
})
311313
}
312314

0 commit comments

Comments
 (0)