Skip to content

Commit 00f051d

Browse files
author
Chris Elion
authored
Run all package test types (#4232)
1 parent 03f3367 commit 00f051d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/com.unity.ml-agents-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
6565
flavor: {{ platform.flavor}}
6666
commands:
6767
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
68-
- upm-ci project test -u {{ editor.version }} --project-path Project --type package-tests --package-filter {{ package.name }} {{ editor.coverageOptions }}
68+
- upm-ci project test -u {{ editor.version }} --project-path Project --package-filter {{ package.name }} {{ editor.coverageOptions }}
6969

7070
{% if package.name == "com.unity.ml-agents" %}
7171
# TODO get coverage tests running for extensions too
@@ -107,7 +107,7 @@ test_{{ package.name }}_{{ platform.name }}_trunk:
107107
- python -m pip install unity-downloader-cli --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple
108108
- unity-downloader-cli -u trunk -c editor --wait --fast
109109
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
110-
- upm-ci project test -u {{ editor.version }} --project-path Project --type package-tests --package-filter {{ package.name }} {{ editor.coverageOptions }}
110+
- upm-ci project test -u {{ editor.version }} --project-path Project --package-filter {{ package.name }} {{ editor.coverageOptions }}
111111
{% if package.name == "com.unity.ml-agents" %}
112112
# TODO get coverage tests running for extensions too
113113
- python ml-agents/tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ editor.minCoveragePct }}

0 commit comments

Comments
 (0)