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 649a723 commit 76be537Copy full SHA for 76be537
.github/workflows/swiftui-auth.yml
@@ -49,7 +49,10 @@ jobs:
49
- name: Disable iOS Simulator hardware keyboard
50
# needed for SecureFields otherwise the UI flow tests will fail
51
run: |
52
- defaults delete com.apple.iphonesimulator ConnectHardwareKeyboard || true
+ /usr/libexec/PlistBuddy -c "Set :ConnectHardwareKeyboard 0" ~/Library/Preferences/com.apple.iphonesimulator.plist || true
53
+ killall Simulator || true
54
+ xcrun simctl boot "iPhone 16 Plus" || true
55
+ sleep 10
56
- name: Run Integration Tests
57
58
cd ./samples/swiftui/FirebaseSwiftUIExample
0 commit comments