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 cafb74c commit 05cbbdbCopy full SHA for 05cbbdb
.github/workflows/ui-tests.yml
@@ -128,8 +128,9 @@ jobs:
128
if: ${{ matrix.targetPlatform == 'StandaloneOSX' }}
129
run: |
130
security list-keychains
131
- security default-keychain -s ~/Library/Keychains/login.keychain-db
132
security delete-keychain temporary
+ security default-keychain -s ~/Library/Keychains/login.keychain-db
133
+ security list-keychains -d user -s ~/Library/Keychains/login.keychain-db
134
135
test-ios:
136
name: Run iOS UI tests 🧪
0 commit comments