File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -167,11 +167,11 @@ jobs:
167
167
- name : Install Flutter Dependencies
168
168
run : flutter pub get
169
169
170
- - name : Build iOS App
171
- run : flutter build ipa --debug --verbose --export-options-plist=$EXPORT_OPTS_PATH
172
-
173
- - name : Install iOS App
174
- run : flutter install ipa
170
+ # - name: Build iOS App
171
+ # run: flutter build ipa --debug --verbose --export-options-plist=$EXPORT_OPTS_PATH
172
+ #
173
+ # - name: Install iOS App
174
+ # run: flutter install ipa
175
175
176
176
- name : Create and Boot iOS Simulator
177
177
run : |
@@ -186,3 +186,8 @@ jobs:
186
186
xcrun simctl boot "$SIMULATOR_ID"
187
187
xcrun simctl list devices booted
188
188
189
+ - name : Run Flutter app and tests
190
+ run : |
191
+ flutter run & \
192
+ sleep 60 && \
193
+ flutter test test_driver/deep_link_ios_test.dart
You can’t perform that action at this time.
0 commit comments