From 868995be829e717a45bddab0a9e15d0310bc7090 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Sat, 3 Aug 2024 08:08:52 +0300 Subject: [PATCH] Update test.sh --- k8s/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/test.sh b/k8s/test.sh index 4fb25082..6c078473 100755 --- a/k8s/test.sh +++ b/k8s/test.sh @@ -28,3 +28,5 @@ WING_K8S_NAMESPACE=flanging echo "compiling all test files..." wing compile -t ./lib/index.js *.test.w + +cat target/root.test.k8s/*.yaml \ No newline at end of file