diff --git a/.circleci/config.yml b/.circleci/config.yml index 65ea90478..d851912d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: