Skip to content

Commit c74ab4f

Browse files
Working on iOS GitHub CI
1 parent 62eaae6 commit c74ab4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ 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: Check for other processes using the simulator
240-
run: ps aux | grep simctl
241-
242239
- name: Kill any simctl processes
243240
run: pkill -f runner
244241

242+
- name: Check for other processes using the simulator
243+
run: ps aux | grep simctl
244+
245245
# - name: Launch the app on the simulator just to prove we can
246246
# run: |
247247
# echo "Launching the installed app to prove that we can..."

0 commit comments

Comments
 (0)