Use `yarn karma` instead of `bundle exec rake karma`
`karma:tests` task is a wrapper around yarn, which doesn't need bundler. Using `yarn karma` instead of bundle exec rake allows us to skip lengthy bundle install in the karma job.
Showing
Please register or sign in to comment