Skip to content

Commit 90dc432

Browse files
committed
comment improvements
1 parent 2396c21 commit 90dc432

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.yamato/upm-ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
UTR_Output.zip:
3939
paths:
4040
- "upm-ci~/test-results/**/*"
41-
{% endfor %} # category
42-
{% endfor %}
41+
{% endfor %} # test_category
42+
{% endfor %} # platforms_win
43+
4344
{% for platform in platforms_nix %}
4445
{% for category in test_category %}
4546
{{ platform.name }}_{{ editor.version }}_{{ category.name }}:
@@ -75,9 +76,9 @@
7576
UTR_Output.zip:
7677
paths:
7778
- "upm-ci~/test-results/**/*"
78-
{% endfor %}
79-
{% endfor %}
80-
{% endfor %}
79+
{% endfor %} # test_category
80+
{% endfor %} # platforms_nix
81+
{% endfor %} # editors
8182

8283
{% for editor in editors %}
8384
{% for category in test_category %}
@@ -117,7 +118,7 @@ run_ios_{{ editor.version }}_{{ category.name }}:
117118
logs:
118119
paths:
119120
- "build/test-results/**"
120-
{% endfor %} #category
121+
{% endfor %} # test_category
121122

122123
build_tvos_{{ editor.version }}:
123124
name: Build - {{ editor.version }} - tvOS
@@ -206,10 +207,9 @@ run_android_{{ editor.version }}_{{ backend.name }}_{{ category.name }}:
206207
logs:
207208
paths:
208209
- "build/test-results/**"
209-
{% endfor %} #category
210-
{% endfor %}
211-
212-
{% endfor %}
210+
{% endfor %} # test_category
211+
{% endfor %} # scripting_backends
212+
{% endfor %} # editors
213213

214214
all_tests:
215215
name: All Tests

0 commit comments

Comments
 (0)