-
Notifications
You must be signed in to change notification settings - Fork 99
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
Use GitHub Actions instead of Travis CI (retry) #40
Conversation
Marking this as a draft since I'm just experimenting with jruby. |
bde4510
to
c22bd11
Compare
Any luck on getting this further along? |
No :( My intention was not to try to fix webrick tests against jruby, only to verify that they were failing. |
@hsbt Should I get these changes ready (excluding jruby), so that we can migrate to Github Actions? |
I have filed jruby/jruby#6248 which discusses the I believe the test in question should have its exclusion expanded to the "java" platform for now, since there's no timeline for us to reimplement environment variable support in JRuby. webrick/test/webrick/test_cgi.rb Line 46 in bfac1ad
Note also jruby/jruby#6246 which should fix the remaining failures (I'm down to about 4 or 5). |
4f4e731
to
e6f9e10
Compare
e6f9e10
to
e3ce220
Compare
e3ce220
to
dddc501
Compare
@hsbt I updated this PR to limit it to only migrating the current TravisCI configuration to Github Actions. Let me know! |
Seems fine. Thanks! |
Code from #38 adapted to verify how webrick is doing on jruby.
(Got here from rubygems/rubygems#3451).