Skip to content

Commit df4f52b

Browse files
committed
Attempt to unblock publish with test result artifacts.
1 parent 99f5a1f commit df4f52b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.yamato/upm-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ package_tests_{{platform.name}}_{{editor.display_name}}:
8080
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
8181
- upm-ci package pack --package-path src/
8282
- upm-ci package test --type package-tests --package-path src/ --unity-version {{ editor.version }}
83+
artifacts:
84+
test_results:
85+
paths:
86+
- "upm-ci~/**/*"
8387
{% endfor %}
8488
{% endfor %}
8589

0 commit comments

Comments
 (0)