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 c65189c commit 6d76d90Copy full SHA for 6d76d90
.yamato/project-tests.yml
@@ -18,6 +18,7 @@ test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
18
commands:
19
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
20
- unity-downloader-cli -u {{ editor }} -c Editor --fast --wait
21
+ - upm-ci package clean
22
- {% if platform.name == "ubuntu" %}DISPLAY=:0 && {% endif %}upm-ci project test -u {{ editor }} --project-path {{ project.path }} --type project-tests --extra-utr-arg="--extra-editor-arg=-testCategory --extra-editor-arg=!Performance --reruncount=1 --clean-library-on-rerun"
23
artifacts:
24
logs:
0 commit comments