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 7ca54c9 commit 434d6b6Copy full SHA for 434d6b6
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- save_cache:
30
paths:
31
- - ./venv
+ - ./vendor
32
key: v1-dependencies-{{ checksum "Gemfile" }}
33
34
# run tests!
0 commit comments