Skip to content

Commit eb24d7e

Browse files
committed
Circle CI config improvements
1 parent 81b2a7a commit eb24d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- run:
2525
name: install dependencies
2626
command: |
27-
bundle install --jobs=4 --retry=3 --path vendor/bundle
27+
bundle check || bundle install --jobs=4 --retry=3 --path vendor/bundle
2828
2929
- save_cache:
3030
paths:
31-
- ./venv
31+
- ./vendor
3232
key: v1-dependencies-{{ checksum "Gemfile" }}
3333

3434
# run tests!

0 commit comments

Comments
 (0)