Exit if reapplying last migration generates schema changes
Some checks failed
Run unit tests / rubocop (pull_request) Failing after 1m5s
Run unit tests / check-licenses (pull_request) Successful in 1m11s
Run unit tests / copyright_notice (pull_request) Successful in 1m38s
Run unit tests / build-static-assets (pull_request) Has been skipped
Run unit tests / unit_tests (pull_request) Failing after 2m23s

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

View File

@ -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