From 89729440f3224e47afe4fc8ab654349f9a4989b9 Mon Sep 17 00:00:00 2001 From: Aaron Clarke Date: Wed, 24 Mar 2021 11:48:39 -0700 Subject: [PATCH] started cleaning scenario tests before running them --- testing/scenario_app/run_ios_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scenario_app/run_ios_tests.sh b/testing/scenario_app/run_ios_tests.sh index e6357ce3c199c..3a98e19c16f1e 100755 --- a/testing/scenario_app/run_ios_tests.sh +++ b/testing/scenario_app/run_ios_tests.sh @@ -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"