Skip to content

Commit

Permalink
Change the name of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Aug 16, 2019
1 parent b1ecc8f commit c620a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Build and test with Rake
- name: Build and test with RSpec
run: |
gem install bundler
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit c620a8d

Please sign in to comment.