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:
53
53
type : string
54
54
default : " 3.24.0"
55
55
steps :
56
- - flutter/install_sdk_and_pub :
56
+ - flutter/install_sdk :
57
57
version : <<parameters.version>>
58
- - run :
59
- name : Install Flutter Packages
60
- command : flutter pub get --verbose
61
58
- when :
62
59
condition :
63
60
equal :
@@ -67,6 +64,9 @@ commands:
67
64
- run :
68
65
name : remove Patrol
69
66
command : dart pub remove patrol
67
+ - run :
68
+ name : Install Flutter Packages
69
+ command : flutter pub get --verbose
70
70
- run :
71
71
name : Install Dart Packages
72
72
command : dart pub get --verbose
@@ -145,10 +145,11 @@ jobs:
145
145
- setup_flutter
146
146
- setup_patrol
147
147
- android/start-emulator-and-run-tests :
148
+ run-tests-working-directory : example
148
149
additional-avd-args : --device 3
149
150
system-image : system-images;android-33;default;x86_64
150
151
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
152
153
153
154
test_ios :
154
155
macos :
@@ -276,7 +277,7 @@ workflows:
276
277
- test_flutter-stable
277
278
- test_flutter :
278
279
name : test_flutter-stable
279
- version : stable
280
+ version : 3.24.0
280
281
- test_flutter :
281
282
name : test_flutter-2.10.5
282
283
version : 2.10.5
Original file line number Diff line number Diff line change 335
335
LastSwiftMigration = 1100;
336
336
};
337
337
BE0EAED82E32DC4A006C9C24 = {
338
- CreatedOnToolsVersion = 16.0 ;
338
+ CreatedOnToolsVersion = 7.3.1 ;
339
339
TestTargetID = 97C146ED1CF9000F007C117D;
340
340
};
341
341
C090017825D9A030006F3DAE = {
1125
1125
defaultConfigurationIsVisible = 0;
1126
1126
defaultConfigurationName = Release;
1127
1127
};
1128
+
1128
1129
BE0EAEE42E32DC4A006C9C24 /* Build configuration list for PBXNativeTarget "RunnerUITests" */ = {
1129
1130
isa = XCConfigurationList;
1130
1131
buildConfigurations = (
1135
1136
defaultConfigurationIsVisible = 0;
1136
1137
defaultConfigurationName = Release;
1137
1138
};
1139
+
1138
1140
C090018325D9A031006F3DAE /* Build configuration list for PBXNativeTarget "InstabugTests" */ = {
1139
1141
isa = XCConfigurationList;
1140
1142
buildConfigurations = (
You can’t perform that action at this time.
0 commit comments