Skip to content

Commit d02139a

Browse files
committed
Revert "Revert "Try split build and run""
This reverts commit 0cca1be.
1 parent 0cca1be commit d02139a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ test_iOS_{{ editor.version }}:
141141
- chmod u+x utr
142142
- pip install unity-downloader-cli --index-url {{ artifactory.production }}pypi/pypi/simple --upgrade
143143
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --wait --fast
144-
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200
144+
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200 --player-save-path=build/players --build-only
145+
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200 --player-load-path=build/players
145146
artifacts:
146147
packages:
147148
paths:

0 commit comments

Comments
 (0)