We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf79e5 commit 898d384Copy full SHA for 898d384
.github/workflows/ruby.yml
@@ -29,4 +29,4 @@ jobs:
29
ruby-version: ${{ matrix.ruby-version }}
30
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
31
- name: Run tests
32
- run: bundle exec rake
+ run: bundle exec rspec
0 commit comments