Restore working version
All checks were successful
Run unit tests / check-licenses (pull_request) Successful in 1m39s
Run unit tests / rubocop (pull_request) Successful in 1m44s
Run unit tests / copyright_notice (pull_request) Successful in 2m36s
Run unit tests / unit_tests (pull_request) Successful in 4m48s
Run unit tests / build-static-assets (pull_request) Successful in 30m15s

This commit is contained in:
Manuel Bustillo 2025-01-23 22:46:22 +01:00
parent bb7d7cbf49
commit 540ba0d59d

View File

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