Skip to content

Commit 5cf4669

Browse files
Archive vetting test results to unblock publish
1 parent 2de461c commit 5cf4669

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.yamato/expectations/upm-ci.unfolded.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ validate_package_minimal:
257257
packages:
258258
paths:
259259
- upm-ci~/packages/**/*
260+
test_results:
261+
paths:
262+
- upm-ci~/**/*
260263
commands:
261264
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
262265
- upm-ci package pack --package-path src/

.yamato/upm-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ validate_package_minimal:
6565
packages:
6666
paths:
6767
- "upm-ci~/packages/**/*"
68+
test_results:
69+
paths:
70+
- "upm-ci~/**/*"
6871
dependencies:
6972
{% for platform in build_platforms %}
7073
{% unless platform.name == "linux" %}

0 commit comments

Comments
 (0)