File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,14 @@ commands:
1818 setup_ios :
1919 steps :
2020 # Flutter doesn't support Apple Silicon yet, so we need to install Rosetta use Flutter on M1 machines.
21- - run :
22- name : Install Rosetta
23- command : softwareupdate --install-rosetta --agree-to-license
21+ - ios/install-rosetta
2422 - setup_flutter
2523 - run :
2624 name : Install CocoaPods
2725 command : sudo gem install cocoapods
28- - run :
29- name : Install Pods
30- working_directory : example/ios
31- command : pod install --repo-update
26+ - flutter/install_ios_pod :
27+ app-dir : example
28+ repo-update : true
3229 setup_patrol :
3330 steps :
3431 - run :
@@ -204,7 +201,7 @@ jobs:
204201 name : Run E2E Tests
205202 no_output_timeout : 30m
206203 working_directory : example
207- command : patrol test -t integration_test/
204+ command : patrol test -t integration_test/ --verbose
208205 format_flutter :
209206 executor :
210207 name : android/android-machine
You can’t perform that action at this time.
0 commit comments