Display list of migrations
Some checks failed
Run unit tests / rubocop (pull_request) Successful in 1m3s
Run unit tests / unit_tests (pull_request) Failing after 2m32s
Run unit tests / build-static-assets (pull_request) Has been skipped
Run unit tests / check-licenses (pull_request) Successful in 1m7s
Run unit tests / copyright_notice (pull_request) Successful in 1m56s

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

View File

@ -34,7 +34,7 @@ jobs:
echo "Trying again" echo "Trying again"
done done
- run: | - 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 bundle exec rspec
env: env:
RAILS_ENV: test RAILS_ENV: test