File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ test_editors:
4
4
- version : 2021.2
5
5
- version : 2020.3
6
6
7
- ios_test_editors :
8
- - version : trunk
9
- - version : 2022.1
10
- - version : 2021.2
11
- - version : 2020.3
12
-
13
7
test_platforms :
14
8
- name : mac
15
9
type : Unity::VM::osx
@@ -93,7 +87,7 @@ test_Android_{{ editor.version }}:
93
87
- .yamato/upm-ci.yml#pack
94
88
{% endfor %}
95
89
96
- {% for editor in ios_test_editors %}
90
+ {% for editor in test_editors %}
97
91
test_iOS_{{ editor.version }} :
98
92
name : Test {{ editor.version }} on iOS
99
93
agent :
@@ -143,8 +137,6 @@ test_trigger:
143
137
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
144
138
{% endfor %}
145
139
- .yamato/upm-ci.yml#test_Android_{{ editor.version }}
146
- {% endfor %}
147
- {% for editor in ios_test_editors %}
148
140
- .yamato/upm-ci.yml#test_iOS_{{ editor.version }}
149
141
{% endfor %}
150
142
You can’t perform that action at this time.
0 commit comments