Skip to content

Commit 31e244f

Browse files
Working on iOS GitHub CI
1 parent d793dd5 commit 31e244f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ jobs:
219219
echo "Checking for app's container on the booted simulator:"
220220
xcrun simctl get_app_container booted com.flutterbountyhunters.deeplinks.example
221221
222-
- name: Launch the app on the simulator just to prove we can
223-
run: |
224-
echo "Launching the installed app to prove that we can..."
225-
xcrun simctl launch booted com.flutterbountyhunters.deeplinks.example
222+
# - name: Launch the app on the simulator just to prove we can
223+
# run: |
224+
# echo "Launching the installed app to prove that we can..."
225+
# xcrun simctl launch booted com.flutterbountyhunters.deeplinks.example
226226

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

packages/flutter_test_runners/lib/src/deep_links/deep_links_ios.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ void testDeepLinkIosAppLaunch(
3030
_log.info("Running deep link test driver...");
3131

3232
// Pre-emptively the kill the app, in case it's already running.
33-
_log.info("Pre-emptively killing the app");
34-
await Xcrun.killApp(appBundleId);
33+
// _log.info("Pre-emptively killing the app");
34+
// await Xcrun.killApp(appBundleId);
3535

3636
FlutterDriver? driver;
3737
addTearDown(() async {

0 commit comments

Comments
 (0)