Skip to content

Commit b50b0ca

Browse files
committed
Manual install of editor
1 parent 430d291 commit b50b0ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.yamato/package-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
1515
{% endif %}
1616
commands:
1717
- npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
18+
- unity-downloader-cli {% if platform.extension == "arm64" %} --arch arm64 {% endif %} -u {{ editor }} -c Editor --fast --wait
1819
- {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor }} --package-path com.unity.netcode.gameobjects --type package-tests
1920
artifacts:
2021
logs:

.yamato/project-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
1818
{% endif %}
1919
commands:
2020
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
21+
- unity-downloader-cli {% if platform.extension == "arm64" %} --arch arm64 {% endif %} -u {{ editor }} -c Editor --fast --wait
2122
- {% if platform.name == "Ubuntu" %}DISPLAY=:0 && {% endif %}upm-ci project test -u {{ editor }} --project-path {{ project.path }} --type project-tests
2223
artifacts:
2324
logs:

0 commit comments

Comments
 (0)