Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 730e6bf

Browse files
committed
latest
1 parent c99ea84 commit 730e6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)