started cleaning scenario tests before running them (flutter/engine#25222)

This commit is contained in:
gaaclarke 2021-03-24 22:49:01 -07:00 committed by GitHub
parent 6d8352e891
commit 4ce633698f

View File

@ -41,5 +41,5 @@ cd ios/Scenarios
set -o pipefail && xcodebuild -sdk iphonesimulator \
-scheme Scenarios \
-destination 'platform=iOS Simulator,OS=13.0,name=iPhone 8' \
test \
clean test \
FLUTTER_ENGINE="$FLUTTER_ENGINE"