fix(android/engine): Use build_is_ci_build for test action

This commit is contained in:
Darcy Wong 2025-04-28 13:49:01 +07:00
parent b9f1f51a33
commit ff1fb14768

View file

@ -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