mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Save few seconds on every build
Install bundler takes about 7-8s and without installing documentations takes about 3-4s
This commit is contained in:
parent
b1d94dabc5
commit
403bb8714a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rubocop.yml
vendored
2
.github/workflows/rubocop.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
sudo apt-get -y install libmysqlclient-dev libpq-dev libsqlite3-dev libncurses5-dev
|
||||
- name: Install bundler
|
||||
run: |
|
||||
gem install bundler:2.1.2
|
||||
gem install bundler:2.1.2 --no-document
|
||||
- name: Cache gems
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue