Skip to content

Commit

Permalink
Try unlocking login keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 5, 2024
1 parent a2d949c commit d07274c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
echo 'APPLE_MOBILE_PROVISIONING_PROFILE_NAME = "MapLibre"' >> bazel/config.bzl
echo 'APPLE_MOBILE_PROVISIONING_PROFILE_TEAM_ID = "MapLibre"' >> bazel/config.bzl
- name: Unlock login keychain
run: security unlock-keychain -p 'ec2-user' ~/Library/Keychains/login.keychain-db

# render test

- name: Build RenderTest .ipa and .xctest for AWS Device Farm
Expand Down

0 comments on commit d07274c

Please sign in to comment.