File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
2020 - chmod +x ./utr
2121 - ./utr --suite=playmode --platform=iOS --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --build-only --testfilter=Unity.BossRoom.Tests.Runtime
2222 variables :
23- UNITY_TESTS_XCODEBUILD_TIMEOUT : 60
24- XCODE_XCCONFIG_FILE : ~/XcodeBuildConfig.xcconfig
23+ UNITY_HANDLEUIINTERRUPTIONS : 1
24+ UNITY_TESTS_XCODEBUILD_TIMEOUT : 60
25+ XCODE_XCCONFIG_FILE : ~/XcodeBuildConfig.xcconfig
2526 artifacts :
2627 players :
2728 paths :
@@ -77,7 +78,6 @@ mobile_test_ios_{{ project.name }}_{{ editor }}:
7778 model : SE-Gen3
7879 image : package-ci/macos-13:v4
7980 flavor : b1.medium
80- num_instances : 1
8181
8282 # Skip repository cloning
8383 skip_checkout : true
You can’t perform that action at this time.
0 commit comments