Skip to content

Commit

Permalink
removed rubocop from GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Oct 19, 2023
1 parent b87ea9d commit 2141068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
ruby: [ jruby-9.4.3.0, ruby-3.1.4, ruby-3.2.2 ]
neo4j: [ 3.5.35, 4.0.12, 4.1.12, 4.2.19, 4.3.23, 4.4.26, 5.12.0 ]
active_model: [ 7.0, 7.1 ]
active_model: [ 7.0.0, 7.1.0 ]
env:
NEO4J_VERSION: ${{ matrix.neo4j }}
ACTIVE_MODEL_VERSION: ${{ matrix.active_model }}
Expand All @@ -44,5 +44,5 @@ jobs:
- name: Run tests
run: bundle exec rspec

- name: Run tests
run: bundle exec rubocop
# - name: Run tests
# run: bundle exec rubocop

0 comments on commit 2141068

Please sign in to comment.