Skip to content

Commit c1b98db

Browse files
committed
Update upm-ci.yml
1 parent 5e9a324 commit c1b98db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
image: {{ platform.image }}
1212
flavor: {{ platform.flavor }}
1313
variables:
14-
EDITOR_REVISION_OVERRIDE: false
14+
EDITOR_REVISION_OVERRIDE:
1515
commands:
1616
- {{ utr_install_win }}
1717
- {{ upm_ci_install }}
@@ -25,7 +25,7 @@
2525
- move /Y .\Assets\Samples.meta .\Packages\com.unity.inputsystem
2626
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
2727
# Run upm-ci verification tests as well as tests contained in the package.
28-
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {% if EDITOR_REVISION_OVERRIDE == false %} {{ editor.version }} {% else %} EDITOR_REVISION_OVERRIDE {% endif %}
28+
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {% if EDITOR_REVISION_OVERRIDE != nil %} {{ editor.version }} {% else %} EDITOR_REVISION_OVERRIDE {% endif %}
2929
{% if platform.name == "win" %} --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem"
3030
--extra-utr-arg="--coverage-results-path={{ yamato_source_dir_win }}/upm-ci~/test-results/CodeCoverage/Package" {% endif %}
3131
{% if platform.installscript %}

0 commit comments

Comments
 (0)