File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ test_coverage_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
33
33
{% if package.name == "com.unity.ml-agents.extensions" %}
34
34
pull_request.changes.any match "com.unity.ml-agents.extensions/**" OR
35
35
{% endif %}
36
- pull_request.changes.any match ".yamato/com.unity.ml-agents-test .yml")
36
+ pull_request.changes.any match ".yamato/com.unity.ml-agents-coverage .yml")
37
37
{% endif %}
38
38
{% endfor %}
39
39
{% endfor %}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
83
83
flavor : {{ platform.flavor}}
84
84
commands :
85
85
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
86
- - upm-ci project test -u {{ editor.version }} --project -path {{ editor.testProject }} -- package-filter {{ package .name }} {{ noDefaultPackagesOptions }} --extra-utr-arg "reruncount=2"
86
+ - upm-ci package test -u {{ editor.version }} --package -path {{ package.name }} {{ noDefaultPackagesOptions }} --warnings-as-errors --extra-utr-arg "reruncount=2"
87
87
artifacts :
88
88
logs :
89
89
paths :
You can’t perform that action at this time.
0 commit comments