Simplify Asset precompile step in CI test runner once on Rails 7.1
murny opened this issue · 1 comments
murny commented
From this discussion thread, I added a test:prepare
step to our CI runner to precompile the assets for test: https://github.com/ualbertalib/jupiter/pull/3320/files#r1485209880
In Rails 7.1 this shouldn't be necessary anymore: https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#bin-rails-test-now-runs-test-prepare-task
Let's make this change once webpack migration PR gets merged to #3346 so we don't forget.
murny commented
This is in master now