File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -236,10 +236,13 @@ jobs:
236
236
echo "Checking for app's container on the booted simulator:"
237
237
xcrun simctl get_app_container booted com.flutterbountyhunters.deeplinks.example
238
238
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
240
243
# run: |
241
244
# echo "Launching the installed app to prove that we can..."
242
245
# xcrun simctl launch booted com.flutterbountyhunters.deeplinks.example
243
246
244
247
- 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
You can’t perform that action at this time.
0 commit comments