Skip to content

Commit 6d76d90

Browse files
committed
Testing package clean command
1 parent c65189c commit 6d76d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.yamato/project-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
1818
commands:
1919
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
2020
- unity-downloader-cli -u {{ editor }} -c Editor --fast --wait
21+
- upm-ci package clean
2122
- {% 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"
2223
artifacts:
2324
logs:

0 commit comments

Comments
 (0)