Skip to content

Commit 479f816

Browse files
committed
yet more tvOS fixes
1 parent dada7ec commit 479f816

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.yamato/upm-ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)