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 9560e06 commit be824b9Copy full SHA for be824b9
.github/workflows/pr_validation.yaml
@@ -239,6 +239,9 @@ jobs:
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 simctl
244
+
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