File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments