Skip to content

Commit

Permalink
Manually sets keychain on CircleCI machine
Browse files Browse the repository at this point in the history
  • Loading branch information
drdaz committed Sep 10, 2019
1 parent 0137cc8 commit c46550b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
steps:
- checkout
- run: *prepare
- run:
name: "Create and set the default keychain"
command: |
security create-keychain -p "" temporary
security default-keychain -s temporary
security unlock-keychain -p "" temporary
security set-keychain-settings -lut 7200 temporary
- run: bundle exec rake test:macos
- run: bash <(curl -s https://codecov.io/bash)
- store_test_results:
Expand Down

0 comments on commit c46550b

Please sign in to comment.