Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leomurta authored Dec 1, 2023
1 parent baf1a6e commit af7c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Set up database schema
run: rake db:test:prepare
run: bundle exec rake db:test:prepare
- name: Run tests
run: bundle exec rspec spec

0 comments on commit af7c3a8

Please sign in to comment.