We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162af45 commit 86643d3Copy full SHA for 86643d3
.yamato/package-tests.yml
@@ -10,13 +10,12 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
10
image: {{ platform.image }}
11
flavor: {{ platform.flavor}}
12
commands:
13
- - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
14
- {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor }} --type package-tests
15
artifacts:
16
logs:
17
paths:
18
- "upm-ci~/test-results/**/*"
19
dependencies:
20
- - .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
+ - .yamato/package-pack.yml#package_test_-_ngo
21
{% endfor -%}
22
0 commit comments