Skip to content

Commit 43aa844

Browse files
committed
Fix yml file
1 parent 0314e54 commit 43aa844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/upm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ all_tests:
271271
{% for platform in platforms_win %}
272272
- .yamato/upm-ci.yml#{{ platform.name }}_{{ editor.version }}_functional
273273
{% endfor %}
274-
{% unless editor == "2021.3" %}
274+
{% unless editor.version == "2021.3" %}
275275
{% for platform in platforms_nix %}
276276
- .yamato/upm-ci.yml#{{ platform.name }}_{{ editor.version }}_functional
277277
{% endfor %}

0 commit comments

Comments
 (0)