Display list of migrations

This commit is contained in:
Manuel Bustillo 2025-01-24 00:16:08 +01:00
parent d5173baca2
commit 7a2feec3cb

@ -34,7 +34,7 @@ jobs:
echo "Trying again"
done
- run: |
bundle exec rake db:schema:load db:migrate:redo
bundle exec rake db:schema:load db:migrate:status db:migrate:redo
bundle exec rspec
env:
RAILS_ENV: test