@@ -99,6 +99,9 @@ build_ios_{{ editor.version }}_{{ category.name }}:
9999 - {{ unity_downloader_install }}
100100 - unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --fast --wait
101101 - ./utr --suite=playmode {% if category.name == "performance" %} --category=Performance {% endif %} --platform=iOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only --report-performance-data --performance-project-id=InputSystem
102+ after :
103+ - {{ instabilities_install_nix }}
104+ - {{ instabilities_run_mac }}
102105 artifacts :
103106 players :
104107 paths :
@@ -120,6 +123,9 @@ run_ios_{{ editor.version }}_{{ category.name }}:
120123 commands :
121124 - {{ utr_install_nix }}
122125 - ./utr --suite=playmode {% if category.name == "performance" %} --category=Performance {% endif %} --platform=iOS --player-load-path=build/players --artifacts_path=build/test-results --report-performance-data --performance-project-id=InputSystem
126+ after :
127+ - {{ instabilities_install_nix }}
128+ - {{ instabilities_run_mac }}
123129 artifacts :
124130 logs :
125131 paths :
@@ -137,6 +143,9 @@ build_tvos_{{ editor.version }}:
137143 - {{ unity_downloader_install }}
138144 - unity-downloader-cli -c Editor -c AppleTV -u {{ editor.version }} --fast --wait
139145 - ./utr --suite=playmode --platform=tvOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only --report-performance-data --performance-project-id=InputSystem
146+ after :
147+ - {{ instabilities_install_nix }}
148+ - {{ instabilities_run_mac }}
140149 artifacts :
141150 players :
142151 paths :
@@ -157,6 +166,9 @@ run_tvos_{{ editor.version }}:
157166 commands :
158167 - {{ utr_install_nix }}
159168 - ./utr --suite=playmode --platform=tvOS --player-load-path=build/players --artifacts_path=build/test-results --report-performance-data --performance-project-id=InputSystem
169+ after :
170+ - {{ instabilities_install_nix }}
171+ - {{ instabilities_run_mac }}
160172 artifacts :
161173 logs :
162174 paths :
0 commit comments