Skip to content

Commit

Permalink
Conditionally install bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 19, 2019
1 parent 1cd4df9 commit 5ca53a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
os:
- ubuntu
- macos
# - macos

ruby:
- 2.3
Expand All @@ -30,7 +30,7 @@ jobs:
ruby-version: ${{matrix.ruby}}
- name: Install dependencies
run: |
# gem install bundler
command -v bundler || gem install bundler
bundle install
- name: Run tests
run: ${{matrix.env}} bundle exec rspec
Expand Down

0 comments on commit 5ca53a7

Please sign in to comment.