mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
fix(android/engine): Use build_is_ci_build for test action
This commit is contained in:
parent
b9f1f51a33
commit
ff1fb14768
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue