Skip to content

Commit e082684

Browse files
Merge branch 'develop' into feature/simplifying-reconnection
2 parents b2f1372 + 2428bd8 commit e082684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.yamato/mobile-build-and-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
103103
name: {{ project.name }} mobile project tests - {{ editor }} on Android
104104
agent:
105105
type: Unity::mobile::shield
106-
image: mobile/android-execution-r19:stable
106+
image: mobile/android-execution-base:stable
107107
flavor: b1.medium
108108

109109
# Skip repository cloning
@@ -119,7 +119,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
119119
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
120120
start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
121121
set UTR_VERSION=0.12.0
122-
./utr --artifacts_path=build/test-results --testproject={{ project.path }} --editor-location=.Editor --reruncount=2 --suite=playmode --platform=android --player-connection-ip=%BOKKEN_HOST_IP% --player-load-path=build/players --testfilter=Unity.BossRoom.Tests.Runtime
122+
./utr --artifacts_path=build/test-results --testproject={{ project.path }} --editor-location=.Editor --reruncount=2 --suite=playmode --platform=android --player-load-path=build/players --testfilter=Unity.BossRoom.Tests.Runtime
123123
# Set uploadable artifact paths
124124
artifacts:
125125
logs:

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The Boss Room repository follows the same code of conduct as the Netcode for GameObjects (Netcode) repository. Please read the [Netcode code of conduct](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi/blob/master/CODE_OF_CONDUCT.md), thank you!
1+
The Boss Room repository follows the same code of conduct as the Netcode for GameObjects (Netcode) repository. Please read the [Netcode code of conduct](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/blob/develop/CODE_OF_CONDUCT.md), thank you!

0 commit comments

Comments
 (0)