This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ task:
179179 - name : build-ipas+drive-examples
180180 env :
181181 PATH : $PATH:/usr/local/bin
182- PLUGINS_TO_SKIP_XCTESTS : " image_picker/image_picker,integration_test,quick_actions "
182+ PLUGINS_TO_SKIP_XCTESTS : " image_picker/image_picker,integration_test"
183183 matrix :
184184 PLUGIN_SHARDING : " --shardIndex 0 --shardCount 4"
185185 PLUGIN_SHARDING : " --shardIndex 1 --shardCount 4"
@@ -197,7 +197,7 @@ task:
197197 - flutter channel $CHANNEL
198198 - flutter upgrade
199199 - ./script/incremental_build.sh build-examples --ipa
200- - ./script/incremental_build.sh xctest --skip $PLUGINS_TO_SKIP_XCTESTS --ios-destination "platform=iOS Simulator,name=iPhone 11"
200+ - ./script/incremental_build.sh xctest --skip $PLUGINS_TO_SKIP_XCTESTS --ios-destination "platform=iOS Simulator,name=iPhone 11,OS=latest "
201201 # `drive-examples` contains integration tests, which changes the UI of the application.
202202 # This UI change sometimes affects `xctest`.
203203 # So we run `drive-examples` after `xctest`, changing the order will result ci failure.
You can’t perform that action at this time.
0 commit comments