From 86b253711154d434f8475643103134498cfe02f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Wed, 12 Jun 2024 14:08:48 +0200 Subject: [PATCH] [WIP] [DO NOT MERGE] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- test/presubmit-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/presubmit-tests.sh b/test/presubmit-tests.sh index cc1e976b3b..98967ddd45 100755 --- a/test/presubmit-tests.sh +++ b/test/presubmit-tests.sh @@ -97,6 +97,8 @@ function template_tests() { function integration_tests() { local failed=0 header "Skipping integration tests" + ls -la "${HOME}/.kube/" || true + kubectl get pods || true # make test-integration || failed=1 # if (( failed )); then