We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bea80f commit 0314e54Copy full SHA for 0314e54
.yamato/upm-ci.yml
@@ -271,6 +271,7 @@ all_tests:
271
{% for platform in platforms_win %}
272
- .yamato/upm-ci.yml#{{ platform.name }}_{{ editor.version }}_functional
273
{% endfor %}
274
+ {% unless editor == "2021.3" %}
275
{% for platform in platforms_nix %}
276
277
@@ -283,6 +284,7 @@ all_tests:
283
284
{% else %}
285
- .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_functional
286
{% endif %}
287
+ {% endunless %}
288
289
- .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem
290
triggers:
0 commit comments