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:
18
18
setup_ios :
19
19
steps :
20
20
# 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
24
22
- setup_flutter
25
23
- run :
26
24
name : Install CocoaPods
27
25
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
32
29
setup_patrol :
33
30
steps :
34
31
- run :
@@ -204,7 +201,7 @@ jobs:
204
201
name : Run E2E Tests
205
202
no_output_timeout : 30m
206
203
working_directory : example
207
- command : patrol test -t integration_test/
204
+ command : patrol test -t integration_test/ --verbose
208
205
format_flutter :
209
206
executor :
210
207
name : android/android-machine
You can’t perform that action at this time.
0 commit comments