Skip to content

Commit 8ca49c3

Browse files
committed
add variable to All Tests
1 parent 9539dcd commit 8ca49c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.yamato/upm-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ run_android_{{ editor.version }}_{{ backend.name }}_{{ category.name }}:
253253
{% endfor %} # editors
254254

255255
all_tests:
256-
name: All Tests
256+
name: All Tests
257+
variables:
258+
EDITOR_REVISION_OVERRIDE: none
257259
dependencies:
258260
{% for editor in editors %}
259261
{% for platform in platforms_win %}
@@ -283,6 +285,8 @@ all_tests:
283285

284286
performance_tests_only:
285287
name: Performance Tests Only
288+
variables:
289+
EDITOR_REVISION_OVERRIDE: none
286290
dependencies:
287291
{% for editor in editors %}
288292
{% for platform in platforms_win %}

0 commit comments

Comments
 (0)