Closed sharang-d closed 3 years ago
@iloveitaly I think you (/someone else with access) needs to turn off the TravisCI required check.
Do we still need AppVeyor? I don't think so. I will remove it after you confirm it's safe to go.
This looks great, thank you!
What?
Fix CI! As requested in https://github.com/resque/resque-scheduler/issues/712#issuecomment-925380319 :)
How?
Separate Rubocop and Ruby specs into two different GitHub Action workflows.
Why?
Some builds were failing because Rubocop was failing on some Rubies. We don't need to run Rubocop against all Rubies so we now run Rubocop with only one ruby implementation.
I referred to https://github.com/rails/webpacker/tree/d7adcd20ddb77097a99a27f94491e78884c6ec59/.github/workflows for inspiration.