bugsnag / bugsnag-ruby

BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
https://docs.bugsnag.com/platforms/ruby
MIT License
246 stars 174 forks source link

Fix CI #805

Closed imjoehaines closed 7 months ago

imjoehaines commented 7 months ago

Goal

Several CI fixes:

  1. fix an incompatible dependency in the Rails 3 fixture that caused gem installation to fail
  2. speculative changes to the Que fixture — I'm still unsure of the actual problem here but the changes seem to have made it stable again 🤷‍♀️

I also noticed the automatic gem caching from the setup-ruby action wasn't working for the maze runner tests as they all used the same cache key and interfered with each other. They now have keys based on the fixture that's being run so the caching can work