Skip to content

Commit 94b7ece

Browse files
committed
Revert "Updating command for running specs"
This reverts commit a798aa8.
1 parent 5097e11 commit 94b7ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Install dependencies
2626
run: bundle install
2727
- name: Run tests
28-
run: bundle exec rspec spec
28+
run: bundle exec rake spec
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)