Skip to content

Commit 86643d3

Browse files
committed
Corrected package-tests
1 parent 162af45 commit 86643d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.yamato/package-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
1010
image: {{ platform.image }}
1111
flavor: {{ platform.flavor}}
1212
commands:
13-
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1413
- {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor }} --type package-tests
1514
artifacts:
1615
logs:
1716
paths:
1817
- "upm-ci~/test-results/**/*"
1918
dependencies:
20-
- .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
19+
- .yamato/package-pack.yml#package_test_-_ngo
2120
{% endfor -%}
2221
{% endfor -%}

0 commit comments

Comments
 (0)