Skip to content

Commit ac0242f

Browse files
Working on iOS GitHub CI
1 parent 233822d commit ac0242f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ jobs:
214214
- name: Install the app
215215
run: xcrun simctl install booted build/ios/iphonesimulator/Runner.app
216216

217+
- name: Ensure simulator is booted
218+
run: xcrun simctl bootstatus booted
219+
220+
- name: Check the simulator UI
221+
run: xcrun simctl ui booted appearance
222+
217223
- name: Check for installed app on simulator
218224
run: |
219225
echo "Checking for app's container on the booted simulator:"

0 commit comments

Comments
 (0)