Skip to content

Commit

Permalink
Started specifying the OS version for running the tests. (#14094)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Dec 5, 2019
1 parent 7959903 commit 9f8e447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/scenario_app/run_ios_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pushd ios/Scenarios

set -o pipefail && xcodebuild -sdk iphonesimulator \
-scheme Scenarios \
-destination 'platform=iOS Simulator,name=iPhone SE' \
-destination 'platform=iOS Simulator,OS=12.2,name=iPhone SE' \
test \
FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY

Expand Down

0 comments on commit 9f8e447

Please sign in to comment.