Skip to content

Commit cfffefd

Browse files
Working on iOS GitHub CI
1 parent 7da68b6 commit cfffefd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ jobs:
167167
- name: Install Flutter Dependencies
168168
run: flutter pub get
169169

170+
- name: Build the app
171+
run: flutter build ios --debug --verbose --no-code-sign
172+
170173
# - name: Build iOS App
171174
# run: flutter build ipa --debug --verbose --export-options-plist=$EXPORT_OPTS_PATH
172175
#
@@ -186,9 +189,6 @@ jobs:
186189
xcrun simctl boot "$SIMULATOR_ID"
187190
xcrun simctl list devices booted
188191
189-
- name: Build the app
190-
run: flutter build ios --debug --verbose
191-
192192
- name: Install the app
193193
run: flutter install --debug --verbose
194194

0 commit comments

Comments
 (0)