Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: ensure gem-test will work for java
bundler's behavior is different between CRuby and JRuby, where the JRuby impl (at least in the docker image) sets the env var BUNDLE_GEMFILE in what I consider to be an inappropriate manner. in this commit we also avoid an extra `bundle install` by reordering operations and using `--skip-install`.
- Loading branch information