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:
167167 - name : Install Flutter Dependencies
168168 run : flutter pub get
169169
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
175175
176176 - name : Create and Boot iOS Simulator
177177 run : |
@@ -186,3 +186,8 @@ jobs:
186186 xcrun simctl boot "$SIMULATOR_ID"
187187 xcrun simctl list devices booted
188188
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