Skip to content

Commit

Permalink
Rubocop task on CircleCI doesn't need node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
solebared committed Apr 14, 2021
1 parent 62ce3a0 commit c02e1f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ commands:
- restore_cache:
keys:
- bundler-cache-{{ checksum ".ruby-version" }}-{{ checksum "Gemfile.lock" }}
- restore_cache:
keys:
- node-cache-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}
- run:
name: Rubocop
command: |
Expand Down Expand Up @@ -130,7 +127,6 @@ workflows:
- rubocop:
requires:
- bundle
- node_modules
- ruby_tests:
requires:
- bundle
Expand Down

0 comments on commit c02e1f5

Please sign in to comment.