Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
add latest ruby test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsey-ferguson committed Oct 11, 2019
1 parent 61699d0 commit 9fbe232
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,16 @@ jobs:
bundle install
- name: test
run: rake

test_on_latest_ruby:
name: Run Tests with the latest Ruby
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: setup
run: |
gem install bundler
bundle install
- name: test
run: rake

0 comments on commit 9fbe232

Please sign in to comment.