Skip to content

Commit

Permalink
Better gem cache key + store xcode logs
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Apr 9, 2018
1 parent a4587b0 commit 62f1c09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ defaults:
- &restore-gems
restore_cache:
keys:
- v1-gems-{{ checksum "Gemfile.lock" }}
- v1-gems-
- gems-{{ checksum "Gemfile.lock" }}
- gems-
- &install-gems
run:
name: Bundle install
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
command: bundle exec rake xcode:test
- store_test_results:
path: /tmp/circleci-test-results
- *fetch-xcode-logs
- *store-artifacts

spm-build-and-test:
Expand Down

0 comments on commit 62f1c09

Please sign in to comment.