Skip to content

Commit 654e074

Browse files
committed
Corrected missing command in package tests
1 parent 9113d8a commit 654e074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/package-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
88
agent:
99
type: {{ platform.type }}
1010
image: {{ platform.image }}
11-
flavor: {{ platform.flavor}}
11+
flavor: {{ platform.flavor }}
1212
variables:
1313
UPMCI_PKG: upm-ci-utils@stable
1414
commands:
1515
- npm install -g "$UPMCI_PKG" --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
16-
- {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor }} --type package-tests
16+
- {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor }} --package-path com.unity.netcode.gameobjects --type package-tests
1717
artifacts:
1818
logs:
1919
paths:

0 commit comments

Comments
 (0)