Skip to content

Commit d513b0b

Browse files
committed
Also set the default keychain.
1 parent 67711e5 commit d513b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,9 @@ jobs:
855855
set-keychain-settings tmp-keychain
856856
unlock-keychain -p ${{ secrets.TEST_SECRET }} tmp-keychain
857857
EOF
858-
# Change the keychain list to the temp keychain.
858+
# Change the keychain list and default keychain to the temp keychain.
859859
security list-keychains -d user -s tmp-keychain
860+
security default-keychain -s tmp-keychain
860861
- name: Restore google-services files
861862
if: ${{ contains(needs.check_and_prepare.outputs.matrix_os, matrix.build_os) }}
862863
shell: bash

0 commit comments

Comments
 (0)