We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81dc7f commit a5a9117Copy full SHA for a5a9117
1 file changed
.yamato/package-tests.yml
@@ -43,7 +43,7 @@ test_compatibility_{{project.name}}_{{ project.packages.first.name }}_with_{{ de
43
flavor: {{ platform.flavor}}
44
commands:
45
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
46
- - {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci project test -u {{ editor }} --type project-tests --project-path {{ project.name }} --package-filter {{ package.name }}
+ - {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %}upm-ci project test -u {{ editor }} --type project-tests --project-path {{ project.name }} --package-filter {{ project.packages.first.name }}
47
artifacts:
48
logs:
49
paths:
0 commit comments