Skip to content

Commit fe3150a

Browse files
authored
Merge pull request #181 from Unity-Technologies/prepare-2-0-1
Run Editor tests on 2019.4
2 parents ba7e810 + 8f6e596 commit fe3150a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.yamato/upm-ci.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ test_editors:
33
- version: 2022.1
44
- version: 2021.3
55
- version: 2020.3
6+
- version: 2019.4
7+
8+
test_players:
9+
- version: trunk
10+
- version: 2022.1
11+
- version: 2021.3
12+
- version: 2020.3
613

714
test_platforms:
815
- name: mac
@@ -60,7 +67,7 @@ test_{{ platform.name }}_{{ editor.version }}:
6067
{% endfor %}
6168
{% endfor %}
6269

63-
{% for editor in test_editors %}
70+
{% for editor in test_players %}
6471
test_Android_{{ editor.version }}:
6572
name: Test {{ editor.version }} on Android
6673
agent:
@@ -87,7 +94,7 @@ test_Android_{{ editor.version }}:
8794
- .yamato/upm-ci.yml#pack
8895
{% endfor %}
8996

90-
{% for editor in test_editors %}
97+
{% for editor in test_players %}
9198
test_iOS_{{ editor.version }}:
9299
name: Test {{ editor.version }} on iOS
93100
agent:
@@ -136,6 +143,8 @@ test_trigger:
136143
{% for platform in test_platforms %}
137144
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
138145
{% endfor %}
146+
{% endfor %}
147+
{% for editor in test_players %}
139148
- .yamato/upm-ci.yml#test_Android_{{ editor.version }}
140149
- .yamato/upm-ci.yml#test_iOS_{{ editor.version }}
141150
{% endfor %}

0 commit comments

Comments
 (0)