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:
Juanito Fatas 2020-02-02 22:05:43 +09:00
parent b1d94dabc5
commit 403bb8714a

@ -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: