From 2b227b1f8c37bffe0bf4e4ffe0741318c1b40089 Mon Sep 17 00:00:00 2001 From: ericzzzzzzz <102683393+ericzzzzzzz@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:05:18 -0500 Subject: [PATCH] chore: add test --- integration/run_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration/run_test.go b/integration/run_test.go index 5409b8da40e..59d03d6d389 100644 --- a/integration/run_test.go +++ b/integration/run_test.go @@ -61,6 +61,11 @@ var tests = []struct { pods: []string{"getting-started"}, targetLog: "Hello world!", }, + { + description: "ko", + dir: "examples/ko", + deployments: []string{"ko"}, + }, { description: "nodejs", dir: "examples/nodejs",