We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0137cc8 commit c46550bCopy full SHA for c46550b
.circleci/config.yml
@@ -29,6 +29,13 @@ jobs:
29
steps:
30
- checkout
31
- run: *prepare
32
+ - run:
33
+ name: "Create and set the default keychain"
34
+ command: |
35
+ security create-keychain -p "" temporary
36
+ security default-keychain -s temporary
37
+ security unlock-keychain -p "" temporary
38
+ security set-keychain-settings -lut 7200 temporary
39
- run: bundle exec rake test:macos
40
- run: bash <(curl -s https://codecov.io/bash)
41
- store_test_results:
0 commit comments