We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b5a6f commit 9dcdb62Copy full SHA for 9dcdb62
.github/workflows/ruby.yaml
@@ -60,7 +60,7 @@ jobs:
60
working-directory: ${{ matrix.dir }}
61
- name: RuboCop Linter
62
63
- run: bundle exec rubocop
+ run: bundle exec rake rubocop
64
65
spec:
66
name: Run ruby tests
@@ -81,4 +81,4 @@ jobs:
81
82
- name: Run tests
83
84
- run: bundle exec rspec
+ run: bundle exec rake spec
0 commit comments