CI: disable gem docs globally
This commit is contained in:
parent
8e935b60c8
commit
dd6b8682a6
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -29,8 +29,11 @@ jobs:
|
|||
with:
|
||||
ruby-version: 2.4.x
|
||||
|
||||
- name: Disable gem docs
|
||||
run: 'echo "gem: --no-document" > ~/.gemrc'
|
||||
|
||||
- name: Set up Bundler
|
||||
run: gem install bundler -v "~> 1.17" --no-document
|
||||
run: gem install bundler -v "~> 1.17"
|
||||
|
||||
- run: ruby --version
|
||||
- run: gem --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue