mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 17:34:39 +08: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:

committed by
GitHub

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
|
gem install bundler -v 2.1.4 --no-doc
|
||||||
bundle config deployment 'true'
|
bundle config deployment 'true'
|
||||||
bundle config without 'development'
|
bundle config without 'development'
|
||||||
|
bundle config path vendor/bundle
|
||||||
|
|
||||||
- name: Bundler cache
|
- name: Bundler cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
Reference in New Issue
Block a user