Skip to content

Commit c25d463

Browse files
Working on iOS GitHub CI
1 parent 490d5fd commit c25d463

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)