Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
avonderluft committed Oct 10, 2023
1 parent a492eef commit d489965
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:

- name: Build and Test
run: |
gem install bundler
bin/bundle install --retry 3 --quiet
bin/bundle exec rails db:reset
bin/bundle exec rails db:migrate:redo
bin/bundle exec rails db:migrate
bin/bundle exec rails db:prepare
bin/bundle exec rails test
- name: Rubocop Lint
Expand Down

0 comments on commit d489965

Please sign in to comment.