From ff1fb147684206c331c4d85454645f406948ab85 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Mon, 28 Apr 2025 13:49:01 +0700 Subject: [PATCH] fix(android/engine): Use build_is_ci_build for test action --- android/KMEA/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/KMEA/build.sh b/android/KMEA/build.sh index 978353f9d0..c8c79c13de 100755 --- a/android/KMEA/build.sh +++ b/android/KMEA/build.sh @@ -98,7 +98,7 @@ fi if builder_start_action test:engine; then - if builder_is_ci_test_build; then + if builder_is_ci_build; then # Report JUnit test results to CI echo "$JUNIT_RESULTS" fi