Skip to content

Commit a60f5ed

Browse files
committed
name correction
1 parent aeb86e5 commit a60f5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/mobile-standalone-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mobile_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
5151
# Automatic UI interruption handling is available for iPhones running iOS 15 and above (models SE-Gen3 and 13).
5252
# It is enabled by default when using those devices. Otherwise, system alerts (e.g. “Local Network Access” permission alert, introduced in iOS 14) might cause disruptions during test execution.
5353
# If building of the test app is done on a separate (“Build”) job, please make sure that that job has environment variable UNITY_HANDLEUIINTERRUPTIONS set to 1.
54-
env:
54+
variables:
5555
UNITY_HANDLEUIINTERRUPTIONS: 1
5656
commands:
5757
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor -c il2cpp {% if platform.base == "mac" %} -c ios {% else %} -c android {% endif %}

0 commit comments

Comments
 (0)