We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5097e11 commit 94b7eceCopy full SHA for 94b7ece
.github/workflows/ci.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Install dependencies
26
run: bundle install
27
- name: Run tests
28
- run: bundle exec rspec spec
+ run: bundle exec rake spec
29
env:
30
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments