Skip to content

Commit

Permalink
Skip installing bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 19, 2019
1 parent 7f8a65f commit 1cd4df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ruby-version: ${{matrix.ruby}}
- name: Install dependencies
run: |
gem install bundler
# gem install bundler
bundle install
- name: Run tests
run: ${{matrix.env}} bundle exec rspec
Expand Down

0 comments on commit 1cd4df9

Please sign in to comment.