Skip to content

Commit

Permalink
update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Genia Kazymova committed Nov 4, 2024
1 parent 18f530a commit c87e8c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Install dependencies
run: bundle install

- name: Run rubocop
run: rake rubocop
- name: Run RuboCop
run: bundle exec rake rubocop

- name: Generate a Rails testing application
run: rake engine_cart:generate
run: bundle exec rake engine_cart:generate

- name: Run tests
run: rspec
run: bundle exec rspec

0 comments on commit c87e8c1

Please sign in to comment.