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 67711e5 commit d513b0bCopy full SHA for d513b0b
.github/workflows/integration_tests.yml
@@ -855,8 +855,9 @@ jobs:
855
set-keychain-settings tmp-keychain
856
unlock-keychain -p ${{ secrets.TEST_SECRET }} tmp-keychain
857
EOF
858
- # Change the keychain list to the temp keychain.
+ # Change the keychain list and default keychain to the temp keychain.
859
security list-keychains -d user -s tmp-keychain
860
+ security default-keychain -s tmp-keychain
861
- name: Restore google-services files
862
if: ${{ contains(needs.check_and_prepare.outputs.matrix_os, matrix.build_os) }}
863
shell: bash
0 commit comments