Skip to content

Commit

Permalink
Silence warnings about ansicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Apr 5, 2021
1 parent ab802cf commit bf6221b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Install ansicon to silence colour warnings
run: cinst ansicon
- name: Run specs
run: bundle exec rake spec
- name: Run cukes
Expand Down

0 comments on commit bf6221b

Please sign in to comment.