We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf243ab commit 164c59fCopy full SHA for 164c59f
1 file changed
.github/workflows/test.yml
@@ -28,10 +28,6 @@ jobs:
28
rubygems: 3.4.10
29
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
30
31
- - name: Run linter
32
- if: matrix.ruby-version == '3.2' && matrix.gemfile == 'rails_7.2'
33
- run: bundle exec rubocop
34
-
35
- name: Run tests
36
run: bundle exec rspec
37
0 commit comments