We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eaae6 commit c74ab4fCopy full SHA for c74ab4f
.github/workflows/pr_validation.yaml
@@ -236,12 +236,12 @@ jobs:
236
echo "Checking for app's container on the booted simulator:"
237
xcrun simctl get_app_container booted com.flutterbountyhunters.deeplinks.example
238
239
- - name: Check for other processes using the simulator
240
- run: ps aux | grep simctl
241
-
242
- name: Kill any simctl processes
243
run: pkill -f runner
244
+ - name: Check for other processes using the simulator
+ run: ps aux | grep simctl
+
245
# - name: Launch the app on the simulator just to prove we can
246
# run: |
247
# echo "Launching the installed app to prove that we can..."
0 commit comments