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 9113d8a commit 654e074Copy full SHA for 654e074
.yamato/package-tests.yml
@@ -8,12 +8,12 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
8
agent:
9
type: {{ platform.type }}
10
image: {{ platform.image }}
11
- flavor: {{ platform.flavor}}
+ flavor: {{ platform.flavor }}
12
variables:
13
UPMCI_PKG: upm-ci-utils@stable
14
commands:
15
- 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
+ - {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor }} --package-path com.unity.netcode.gameobjects --type package-tests
17
artifacts:
18
logs:
19
paths:
0 commit comments