Skip to content

Commit 9dcdb62

Browse files
committed
ci: Update ruby jobs to use rake.
1 parent 20b5a6f commit 9dcdb62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
working-directory: ${{ matrix.dir }}
6161
- name: RuboCop Linter
6262
working-directory: ${{ matrix.dir }}
63-
run: bundle exec rubocop
63+
run: bundle exec rake rubocop
6464

6565
spec:
6666
name: Run ruby tests
@@ -81,4 +81,4 @@ jobs:
8181
working-directory: ${{ matrix.dir }}
8282
- name: Run tests
8383
working-directory: ${{ matrix.dir }}
84-
run: bundle exec rspec
84+
run: bundle exec rake spec

0 commit comments

Comments
 (0)