Skip to content

Commit

Permalink
Hide bundler post-install messages (#815)
Browse files Browse the repository at this point in the history
* Hide bundler post-install messages

These may be useful in dev but in CI they're noisy
  • Loading branch information
andyw8 authored Dec 7, 2020
1 parent b5d0fd4 commit 60bcc27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
rm -f ${GITHUB_WORKSPACE}/Gemfile.lock
- name: Run Tests
run: |
bundle config set with docs
bundle config set --with docs
bundle config set ignore_messages true
bundle
bundle exec rake test

0 comments on commit 60bcc27

Please sign in to comment.