Skip to content

Commit

Permalink
Adds rails db:migrate to circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed May 24, 2024
1 parent 7b8f8f3 commit d5a183c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
# Database setup
- run: bundle exec rake db:create
- run: bundle exec rake db:schema:load
- run: bundle exec rake db:migrate RAILS_ENV=test

- run:
name: Rubocop
Expand Down

0 comments on commit d5a183c

Please sign in to comment.