Skip to content

Commit 04db686

Browse files
Update ios-test.yml
1 parent 96aabc8 commit 04db686

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ios-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
5959
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
6060
61+
- name: Debug Keychain Path
62+
run: |
63+
echo "Keychain Path: $KEYCHAIN_PATH"
64+
6165
# Step 5: Update Info.plist Files with Secrets
6266
- name: Append new key in Info.plist for Example
6367
run: |

0 commit comments

Comments
 (0)