mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Make bundler CI cache setup explicit (#10785)
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.
This commit is contained in:
parent
318dadaf37
commit
da0dea1e94
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user