From b47da5dcafa97a0e06a3b88ba9b31baba0c6fd99 Mon Sep 17 00:00:00 2001 From: Ryan Payne Date: Tue, 23 Jan 2024 10:02:56 -0600 Subject: [PATCH] add test case to entrypoint --- .project_automation/functional_tests/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.project_automation/functional_tests/entrypoint.sh b/.project_automation/functional_tests/entrypoint.sh index 091ecd7..aa35a7f 100755 --- a/.project_automation/functional_tests/entrypoint.sh +++ b/.project_automation/functional_tests/entrypoint.sh @@ -45,6 +45,8 @@ run_test "cw-test-ct" run_test "cw-test-ssm" +run_test "cw-test-smlambda" + run_test "cw-test-all" ## Executing ash tool