Skip to content

Commit

Permalink
Update upm-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanunity committed Dec 21, 2024
1 parent 4f34767 commit 86337a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .yamato/upm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
image: {{ platform.image }}
flavor: {{ platform.flavor }}
variables:
EDITOR_REVISION_OVERRIDE: none
EDITOR_REVISION_OVERRIDE:
commands:
- {{ utr_install_win }}
- {{ upm_ci_install }}
Expand All @@ -25,12 +25,12 @@
- move /Y .\Assets\Samples.meta .\Packages\com.unity.inputsystem
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
# Run upm-ci verification tests as well as tests contained in the package.
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {% if EDITOR_REVISION_OVERRIDE == none %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %}
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {% if EDITOR_REVISION_OVERRIDE == nil %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %}
{% if platform.name == "win" %} --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem"
--extra-utr-arg="--coverage-results-path={{ yamato_source_dir_win }}/upm-ci~/test-results/CodeCoverage/Package" {% endif %}
{% if platform.installscript %}
- {{ unity_downloader_install }}
- {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE == none %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %}
- {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE == nil %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %}
{% endif %}
# ADBv2 on 2019.4 causes the test runner to not start on initial import when the
# samples are in the package. Move the samples back into the project.
Expand Down

0 comments on commit 86337a2

Please sign in to comment.