Shopify / ruby-lsp-rails

A Ruby LSP addon for Rails
https://shopify.github.io/ruby-lsp-rails/
MIT License
515 stars 21 forks source link

Re-order CI steps #362

Closed andyw8 closed 2 months ago

andyw8 commented 2 months ago

The tests are the most likely thing to fail, so let's run those first, so we get earlier feedback.

andyw8 commented 2 months ago

Split into two jobs (ignore the Windows failures, see https://github.com/Shopify/ruby-lsp-rails/pull/365)

Once this is merged we probably need to add lint to the required CI statuses in the main branch settings on GitHub.

andyw8 commented 2 months ago

Once this is merged we probably need to add lint to the required CI statuses in the main branch settings on GitHub.

Done.