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 233822d commit ac0242fCopy full SHA for ac0242f
.github/workflows/pr_validation.yaml
@@ -214,6 +214,12 @@ jobs:
214
- name: Install the app
215
run: xcrun simctl install booted build/ios/iphonesimulator/Runner.app
216
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
223
- name: Check for installed app on simulator
224
run: |
225
echo "Checking for app's container on the booted simulator:"
0 commit comments