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 99f5a1f commit df4f52bCopy full SHA for df4f52b
.yamato/upm-ci.yml
@@ -80,6 +80,10 @@ package_tests_{{platform.name}}_{{editor.display_name}}:
80
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
81
- upm-ci package pack --package-path src/
82
- upm-ci package test --type package-tests --package-path src/ --unity-version {{ editor.version }}
83
+ artifacts:
84
+ test_results:
85
+ paths:
86
+ - "upm-ci~/**/*"
87
{% endfor %}
88
89
0 commit comments