File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,12 @@ run_{{ project.name }}_tests_{{ editor }}_Android:
6565 commands :
6666 # Download standalone UnityTestRunner
6767 - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
68-
69- - |
7068 # Connect to Android device
71- set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
72- start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
73- start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
69+ - set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
70+ - start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
71+ - start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
7472 # Run the tests on the device
75- ./utr --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-load-path=build/players --artifacts_path=build/logs --scripting-backend=mono --reruncount=1 --player-connection-ip=%BOKKEN_HOST_IP% --testfilter=Unity.Netcode.RuntimeTests
73+ - ./utr --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-load-path=build/players --artifacts_path=build/logs --scripting-backend=mono --reruncount=1 --player-connection-ip=%BOKKEN_HOST_IP% --testfilter=Unity.Netcode.RuntimeTests
7674 artifacts :
7775 logs :
7876 paths :
You can’t perform that action at this time.
0 commit comments