Skip to content

Commit ec8a30d

Browse files
Update ios-test.yml
1 parent 567061b commit ec8a30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ios-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
TEAM_ID: ${{ secrets.TEAM_ID }} # Apple Developer Team ID
9797
run: |
9898
# Unlock the keychain for signing during tests
99+
echo "Unlocking Keychain at $KEYCHAIN_PATH"
99100
security unlock-keychain -p "$KEYCHAIN_PASSWORD" "$KEYCHAIN_PATH"
100101
101102
# Run the tests, ensuring code signing is handled

0 commit comments

Comments
 (0)