We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eaca76 commit 5ecd717Copy full SHA for 5ecd717
.github/workflows/build-test.yml
@@ -15,4 +15,4 @@ jobs:
15
gem install bundler
16
bundle install --jobs 4 --retry 3
17
- name: Run tests
18
- run: bundle exec rspec
+ run: rspec
0 commit comments