File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ test_editors:
5
5
- version : 2020.3
6
6
- version : 2019.4
7
7
8
- android_test_editors :
9
- - version : trunk
10
- - version : 2022.1
11
- - version : 2021.2
12
- - version : 2020.3
13
- - version : 2019.4
14
-
15
8
# 2019.4 fails due to issue unrelated to package
16
9
ios_test_editors :
17
10
- version : trunk
@@ -86,7 +79,7 @@ test_{{ platform.name }}_{{ editor.version }}:
86
79
{% endfor %}
87
80
{% endfor %}
88
81
89
- {% for editor in android_test_editors %}
82
+ {% for editor in test_editors %}
90
83
test_Android_{{ editor.version }} :
91
84
name : Test {{ editor.version }} on Android
92
85
agent :
@@ -178,13 +171,11 @@ test_trigger:
178
171
{% for platform in test_platforms %}
179
172
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
180
173
{% endfor %}
174
+ - .yamato/upm-ci.yml#test_Android_{{ editor.version }}
181
175
{% endfor %}
182
176
{% for editor in ios_test_editors %}
183
177
- .yamato/upm-ci.yml#test_iOS_{{ editor.version }}
184
178
{% endfor %}
185
- {% for editor in android_test_editors %}
186
- - .yamato/upm-ci.yml#test_Android_{{ editor.version }}
187
- {% endfor %}
188
179
189
180
publish :
190
181
name : Publish to Internal Registry
You can’t perform that action at this time.
0 commit comments