Skip to content

Commit be824b9

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ jobs:
239239
- name: Check for other processes using the simulator
240240
run: ps aux | grep simctl
241241

242+
- name: Kill any simctl processes
243+
run: pkill -f simctl
244+
242245
# - name: Launch the app on the simulator just to prove we can
243246
# run: |
244247
# echo "Launching the installed app to prove that we can..."

0 commit comments

Comments
 (0)