Skip to content

Commit 9560e06

Browse files
Working on iOS GitHub CI
1 parent 39828b3 commit 9560e06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,13 @@ jobs:
236236
echo "Checking for app's container on the booted simulator:"
237237
xcrun simctl get_app_container booted com.flutterbountyhunters.deeplinks.example
238238
239-
# - name: Launch the app on the simulator just to prove we can
239+
- name: Check for other processes using the simulator
240+
run: ps aux | grep simctl
241+
242+
# - name: Launch the app on the simulator just to prove we can
240243
# run: |
241244
# echo "Launching the installed app to prove that we can..."
242245
# xcrun simctl launch booted com.flutterbountyhunters.deeplinks.example
243246

244247
- name: Run the iOS deep link tests
245-
run: dart run test_driver/deep_link_ios_test.dart
248+
run: flutter test test_driver/deep_link_ios_test.dart

0 commit comments

Comments
 (0)