Skip to content

Commit 6f4b998

Browse files
format
1 parent 0023594 commit 6f4b998

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.yamato/mobile-build-and-run.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33

44
{% for project in projects -%}
5-
{% for editor in project.test_editors -%}
5+
{% for editor in project.test_editors -%}
66
Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
77
name: build {{ project.name }} - {{ editor }} on iOS
88
agent:
@@ -24,11 +24,11 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
2424
logs:
2525
paths:
2626
- "build/logs/**"
27-
{% endfor -%}
28-
{% endfor -%}
27+
{% endfor -%}
28+
{% endfor -%}
2929

30-
{% for project in projects -%}
31-
{% for editor in project.test_editors -%}
30+
{% for project in projects -%}
31+
{% for editor in project.test_editors -%}
3232
Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
3333
name: build {{ project.name }} - {{ editor }} on Android
3434
agent:
@@ -57,8 +57,8 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
5757
variables:
5858
CI: true
5959
ENABLE_BURST_COMPILATION: False
60-
{% endfor -%}
61-
{% endfor -%}
60+
{% endfor -%}
61+
{% endfor -%}
6262

6363
# For every editor version, run iOS project tests without
6464
# running package tests too since they are handled on their respective jobs

0 commit comments

Comments
 (0)