File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
example/ios/Runner.xcodeproj Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,8 @@ commands:
5353 type : string
5454 default : " 3.24.0"
5555 steps :
56- - flutter/install_sdk_and_pub :
56+ - flutter/install_sdk :
5757 version : <<parameters.version>>
58- - run :
59- name : Install Flutter Packages
60- command : flutter pub get --verbose
6158 - when :
6259 condition :
6360 equal :
@@ -67,6 +64,9 @@ commands:
6764 - run :
6865 name : remove Patrol
6966 command : dart pub remove patrol
67+ - run :
68+ name : Install Flutter Packages
69+ command : flutter pub get --verbose
7070 - run :
7171 name : Install Dart Packages
7272 command : dart pub get --verbose
@@ -145,10 +145,11 @@ jobs:
145145 - setup_flutter
146146 - setup_patrol
147147 - android/start-emulator-and-run-tests :
148+ run-tests-working-directory : example
148149 additional-avd-args : --device 3
149150 system-image : system-images;android-33;default;x86_64
150151 post-emulator-launch-assemble-command : ' '
151- test-command : cd example && patrol test -t integration_test/ --verbose
152+ test-command : patrol test -t integration_test/ --verbose
152153
153154 test_ios :
154155 macos :
@@ -276,7 +277,7 @@ workflows:
276277 - test_flutter-stable
277278 - test_flutter :
278279 name : test_flutter-stable
279- version : stable
280+ version : 3.24.0
280281 - test_flutter :
281282 name : test_flutter-2.10.5
282283 version : 2.10.5
Original file line number Diff line number Diff line change 335335 LastSwiftMigration = 1100;
336336 };
337337 BE0EAED82E32DC4A006C9C24 = {
338- CreatedOnToolsVersion = 16.0 ;
338+ CreatedOnToolsVersion = 7.3.1 ;
339339 TestTargetID = 97C146ED1CF9000F007C117D;
340340 };
341341 C090017825D9A030006F3DAE = {
11251125 defaultConfigurationIsVisible = 0;
11261126 defaultConfigurationName = Release;
11271127 };
1128+
11281129 BE0EAEE42E32DC4A006C9C24 /* Build configuration list for PBXNativeTarget "RunnerUITests" */ = {
11291130 isa = XCConfigurationList;
11301131 buildConfigurations = (
11351136 defaultConfigurationIsVisible = 0;
11361137 defaultConfigurationName = Release;
11371138 };
1139+
11381140 C090018325D9A031006F3DAE /* Build configuration list for PBXNativeTarget "InstabugTests" */ = {
11391141 isa = XCConfigurationList;
11401142 buildConfigurations = (
You can’t perform that action at this time.
0 commit comments