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 957cea7 commit babd87b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: rubocop
- name: Run rubocop
run: rake rubocop

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

- name: Run tests
run: rspec

0 comments on commit babd87b

Please sign in to comment.