Skip to content

Commit

Permalink
try CI fix
Browse files Browse the repository at this point in the history
try a workaround for ruby/setup-ruby#201
  • Loading branch information
noraj committed Jul 12, 2021
1 parent bd28043 commit 693623f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install dependencies (only runtime) # Workaround for https://github.com/ruby/setup-ruby/issues/201
run: |
bundle config set --local without 'development'
bundle install
- name: Run tests
run: bundle exec rake test
- name: Run lint
Expand Down

0 comments on commit 693623f

Please sign in to comment.