Exit if reapplying last migration generates schema changes

This commit is contained in:
Manuel Bustillo 2025-01-24 00:26:02 +01:00
parent c8f221614a
commit d35c0353fc

@ -35,6 +35,7 @@ jobs:
done
- run: |
bundle exec rake db:schema:load db:migrate:status db:migrate:redo
git diff --exit-code db/schema.rb
bundle exec rspec
env:
RAILS_ENV: test