Skip to content

Commit

Permalink
CI: disable gem docs globally
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 2, 2019
1 parent 8e935b6 commit dd6b868
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd6b868

Please sign in to comment.