-
-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make jruby CI work with explicit jar-dependencies install #2550
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2550 +/- ##
==========================================
+ Coverage 69.26% 69.69% +0.43%
==========================================
Files 126 126
Lines 4737 4759 +22
==========================================
+ Hits 3281 3317 +36
+ Misses 1456 1442 -14
|
13269db
to
690ee2c
Compare
- name: Bundle Jruby | ||
if: {{ contains(matrix.ruby_version, "jruby") }} | ||
run: gem install jar-dependencies | ||
run: bundle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sl0thentr0py hah that was my "yeah I guess we may have to install it manually in a separate step" last resort thought last Friday 🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trying now :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worked it seems
a6ef7f9
to
9fead98
Compare
fa78c0c
to
bd7357c
Compare
bd7357c
to
3267232
Compare
According to ruby/psych#700 (comment) it should work now 🤞🏻
#skip-changelog