Skip to content

Commit 32926fd

Browse files
committed
consoles fix
1 parent 53701de commit 32926fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/console-standalone-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)