File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -283,9 +283,9 @@ all_tests:
283283 {% endfor %}
284284 - .yamato/upm-ci.yml#run_ios_{{ editor.version }}_functional
285285{% if editor.disable_tvos_run %}
286- - .yamato/upm-ci.yml#build_tvos_{{ editor.version }}
286+ - .yamato/upm-ci.yml#build_tvos_{{ editor.version }}_functional
287287{% else %}
288- - .yamato/upm-ci.yml#run_tvos_{{ editor.version }}
288+ - .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_functional
289289{% endif %}
290290 {% endfor %}
291291 - .yamato/upm-ci.yml#publish_dryrun
@@ -311,7 +311,12 @@ performance_tests_only:
311311 - .yamato/upm-ci.yml#run_android_{{ editor.version }}_{{ backend.name }}_performance
312312 {% endfor %}
313313 - .yamato/upm-ci.yml#run_ios_{{ editor.version }}_performance
314- {% endfor %}
314+ {% if editor.disable_tvos_run %}
315+ - .yamato/upm-ci.yml#build_tvos_{{ editor.version }}_performance
316+ {% else %}
317+ - .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_performance
318+ {% endif %}
319+ {% endfor %} # editors
315320 triggers :
316321 recurring :
317322 - branch : develop
You can’t perform that action at this time.
0 commit comments