Skip to content

Commit

Permalink
workflows/tests: cleanup actions.
Browse files Browse the repository at this point in the history
Tweak GitHub Actions code to be more consistent.
  • Loading branch information
MikeMcQuaid committed Mar 4, 2020
1 parent 0796bb7 commit 1b7152e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
uses: actions/checkout@master

- name: Reset system Homebrew installation
run: brew update-reset
if: matrix.os == 'macOS-latest'
run: brew update-reset

- name: Check Ruby style
run: brew style homebrew/bundle
if: matrix.os == 'macOS-latest'
run: brew style homebrew/bundle

- name: Set up Ruby
if: matrix.os == 'ubuntu-latest'
uses: actions/setup-ruby@v1
with:
ruby-version: '>=2.3'
if: matrix.os == 'ubuntu-latest'
ruby-version: '2.6'

- name: Install RubyGems
run: |
Expand Down

0 comments on commit 1b7152e

Please sign in to comment.