Skip to content

Commit

Permalink
FIX: Make bundler CI cache setup explicit (#10785)
Browse files Browse the repository at this point in the history
Instructions on how to set this up exist at:

https://github.com/actions/cache/blob/master/examples.md#ruby---bundler

The second step was omitted, but it did not seem to prevent caching for unknown reasons.
  • Loading branch information
danielwaterworth committed Sep 30, 2020
1 parent 318dada commit da0dea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -91,6 +91,7 @@ jobs:
gem install bundler -v 2.1.4 --no-doc
bundle config deployment 'true'
bundle config without 'development'
bundle config path vendor/bundle
- name: Bundler cache
uses: actions/cache@v1
Expand Down

0 comments on commit da0dea1

Please sign in to comment.