Skip to content

Commit 32de252

Browse files
Working on iOS GitHub CI
1 parent b4264aa commit 32de252

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
run: flutter pub get
169169

170170
- name: Build the app
171-
run: flutter build ios --debug --verbose --no-codesign
171+
run: flutter build ios --debug --verbose --simulator --no-codesign
172172

173173
- name: Check for built app
174174
run: |
@@ -181,12 +181,12 @@ jobs:
181181
ls -la build/ios
182182
echo ""
183183
184-
echo "build/ios/Debug-iphoneos/"
185-
ls -la build/ios/Debug-iphoneos
184+
echo "build/ios/Debug-iphonesimulator/"
185+
ls -la build/ios/Debug-iphonesimulator
186186
echo ""
187187
188-
echo "build/ios/iphoneos/"
189-
ls -la build/ios/iphoneos
188+
echo "build/ios/iphonesimulator/"
189+
ls -la build/ios/iphonesimulator
190190
echo ""
191191
192192
# - name: Build iOS App
@@ -212,7 +212,7 @@ jobs:
212212
# install an unsigned iOS app. The "flutter install" command only works if
213213
# the app is signed.
214214
- name: Install the app
215-
run: xcrun simctl install booted build/ios/iphoneos/Runner.app
215+
run: xcrun simctl install booted build/ios/iphonesimulator/Runner.app
216216

217217
- name: Run the iOS deep link tests
218218
run: flutter test test_driver/deep_link_ios_test.dart

0 commit comments

Comments
 (0)