run migrations before tests

This commit is contained in:
Peter Bhat Harkins 2023-11-15 09:16:25 -06:00
parent 974daaf04c
commit 8078e5d576
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
with:
bundler-cache: true
- name: Prepare database
run: ./bin/rails db:schema:load
run: ./bin/rails db:schema:load && ./bin/rails db:migrate
- name: Run tests
run: |
bundle exec rspec