diff --git a/.yamato/expectations/upm-ci.unfolded.yaml b/.yamato/expectations/upm-ci.unfolded.yaml index 466cf842..f2f363aa 100644 --- a/.yamato/expectations/upm-ci.unfolded.yaml +++ b/.yamato/expectations/upm-ci.unfolded.yaml @@ -257,6 +257,9 @@ validate_package_minimal: packages: paths: - upm-ci~/packages/**/* + test_results: + paths: + - upm-ci~/**/* commands: - npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g - upm-ci package pack --package-path src/ diff --git a/.yamato/upm-ci.yml b/.yamato/upm-ci.yml index 7cbfc0c8..f457636e 100644 --- a/.yamato/upm-ci.yml +++ b/.yamato/upm-ci.yml @@ -65,6 +65,9 @@ validate_package_minimal: packages: paths: - "upm-ci~/packages/**/*" + test_results: + paths: + - "upm-ci~/**/*" dependencies: {% for platform in build_platforms %} {% unless platform.name == "linux" %}