Skip to content

Commit

Permalink
Update GitHub Actions to run test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Aug 7, 2023
1 parent 5886fc8 commit 8e423cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.6.x
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x

- name: Build and test with Rake
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle install
bundle exec rake test

0 comments on commit 8e423cc

Please sign in to comment.