File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ run_{{ project.name }}_tests_{{ editor }}_{{ platform.name }}:
6969 - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
7070
7171 # Platform specific Execution
72- - utr --artifacts_path=build/logs --testproject={{ project.path }} --editor-location=.Editor --platform={{ platform.standalone }} --player-load-path=build/players --testCategory=!Performance --scripting-backend=il2cpp
72+ - utr --artifacts_path=build/logs --testproject={{ project.path }} architecture={% if platform.name == "switch" %}arm64{% else %}x64{% endif %} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode -- platform={{ platform.standalone }} --player-load-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics -- testCategory=!Performance --scripting-backend=il2cpp
7373
7474 variables :
7575# PS4 related
You can’t perform that action at this time.
0 commit comments