CI: Switch from Travis CI to GitHub Actions, use Docker for CrateDB#17
CI: Switch from Travis CI to GitHub Actions, use Docker for CrateDB#17
Conversation
| Install project and invoke test suite. | ||
| ```shell | ||
| bundle install | ||
| bundle exec rspec |
There was a problem hiding this comment.
I was trying to run the tests locally on this branch, but it didn't work:
/Users/user/.rbenv/versions/3.0.2/lib/ruby/gems/3.0.0/gems/activesupport-4.1.16/lib/active_support/core_ext/object/duplicable.rb:82:in <class:BigDecimal>: undefined method new for BigDecimal:Class (NoMethodError)
Will this be fixed with #16?
There was a problem hiding this comment.
undefined method new for BigDecimal:Class (NoMethodError)
Yes, and a few more subsequent errors as well. Now that I've made it pretty far with the patch, I think making it work completely, and successfully, is almost around the corner.
If you like, and if you can spare some minutes, I will be happy about any help on #16. I will rebase the patch upon this one, after it has been integrated. Making CI work again will probably help for this task.
261345a to
bacb64d
Compare
In order to set the stage for #16, the patch removes outdated mechanisms to run CrateDB, and uses Docker instead. It also switches CI from Travis CI to GitHub Actions.