Skip to content

Commit a5a9117

Browse files
committed
Fix package name
1 parent c81dc7f commit a5a9117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.yamato/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test_compatibility_{{project.name}}_{{ project.packages.first.name }}_with_{{ de
4343
flavor: {{ platform.flavor}}
4444
commands:
4545
- 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 }}
46+
- {% 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 }}
4747
artifacts:
4848
logs:
4949
paths:

0 commit comments

Comments
 (0)