Skip to content

Commit 2695d81

Browse files
committed
No need for iOS specific Editors anymore
1 parent 1b84081 commit 2695d81

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.yamato/upm-ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ test_editors:
44
- version: 2021.2
55
- version: 2020.3
66

7-
ios_test_editors:
8-
- version: trunk
9-
- version: 2022.1
10-
- version: 2021.2
11-
- version: 2020.3
12-
137
test_platforms:
148
- name: mac
159
type: Unity::VM::osx
@@ -93,7 +87,7 @@ test_Android_{{ editor.version }}:
9387
- .yamato/upm-ci.yml#pack
9488
{% endfor %}
9589

96-
{% for editor in ios_test_editors %}
90+
{% for editor in test_editors %}
9791
test_iOS_{{ editor.version }}:
9892
name: Test {{ editor.version }} on iOS
9993
agent:
@@ -143,8 +137,6 @@ test_trigger:
143137
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
144138
{% endfor %}
145139
- .yamato/upm-ci.yml#test_Android_{{ editor.version }}
146-
{% endfor %}
147-
{% for editor in ios_test_editors %}
148140
- .yamato/upm-ci.yml#test_iOS_{{ editor.version }}
149141
{% endfor %}
150142

0 commit comments

Comments
 (0)