Skip to content

Commit 567061b

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ios-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
4141
PP_PATH=$RUNNER_TEMP/build_pp.mobileprovision
4242
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
43+
echo "Keychain Path: $KEYCHAIN_PATH"
4344
4445
# Decode the certificate and provisioning profile from secrets
4546
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode -o $CERTIFICATE_PATH
@@ -58,10 +59,6 @@ jobs:
5859
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
5960
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
6061
61-
- name: Debug Keychain Path
62-
run: |
63-
echo "Keychain Path: $KEYCHAIN_PATH"
64-
6562
# Step 5: Update Info.plist Files with Secrets
6663
- name: Append new key in Info.plist for Example
6764
run: |

0 commit comments

Comments
 (0)