Skip to content

Commit 63d426c

Browse files
committed
Restoring upm-ci installation
1 parent 2d075b2 commit 63d426c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.yamato/package-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package_test_-_ngo:
1313
PVP_PROFILE: supported rme
1414
timeout: 0.25
1515
commands:
16-
- npm install -g "$UPMCI_PKG" -g --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
16+
- npm install -g "$UPMCI_PKG" --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
1717
- upm-ci package pack --package-path com.unity.netcode.gameobjects
1818
- upm-pvp xray --packages "upm-ci~/packages/*.tgz" --results upm-ci~/xray
1919
- upm-pvp require "$PVP_PROFILE" --allow-missing --results upm-ci~/xray --exemptions upm-ci~/xray/new-exemptions.json

.yamato/package-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ 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
1314
- {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor }} --type package-tests
1415
artifacts:
1516
logs:

0 commit comments

Comments
 (0)