Skip to content

Commit 4f34767

Browse files
committed
forgot one more !
1 parent d90ddb1 commit 4f34767

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
@@ -73,7 +73,7 @@
7373
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {% if EDITOR_REVISION_OVERRIDE == none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %} {% if platform.name == "mac" or platform.name == "linux" %} --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem" --extra-utr-arg="--coverage-results-path={{ yamato_source_dir_nix }}/upm-ci~/test-results/CodeCoverage/Package" {% endif %}
7474
{% if platform.installscript %}
7575
- {{ unity_downloader_install }}
76-
- {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %}
76+
- {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE == none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %}
7777
{% endif %}
7878
# ADBv2 on 2019.4 causes the test runner to not start on initial import when the
7979
# samples are in the package. Move the samples back into the project.

0 commit comments

Comments
 (0)