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 43163dc commit 71412d9Copy full SHA for 71412d9
.yamato/expectations/upm-ci.unfolded.yaml
@@ -257,6 +257,9 @@ validate_package_minimal:
257
packages:
258
paths:
259
- upm-ci~/packages/**/*
260
+ test_results:
261
+ paths:
262
+ - upm-ci~/**/*
263
commands:
264
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
265
- upm-ci package pack --package-path src/
.yamato/upm-ci.yml
@@ -65,6 +65,9 @@ validate_package_minimal:
65
66
67
- "upm-ci~/packages/**/*"
68
69
70
+ - "upm-ci~/**/*"
71
dependencies:
72
{% for platform in build_platforms %}
73
{% unless platform.name == "linux" %}
0 commit comments