-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Improve Actions workflows, fix tests on CI #1903
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
Conversation
This is to avoid the double running of tests when a new PR is opened, which apparently triggers both the As a bonus, add Seems to be working now (after failed attempt in #1902), but the tests are currently failing for different reasons. |
Looks like I won't be able to push to your branch after all. But if you cherry-pick this commit: d431cc7, we are down to just JRuby and Selenium failures. ✨ |
There's a JRuby bug with the latest version of |
The psych bug is a release problem; the 5.0 gem was shipped with a pre-5.0 jar extension. I have updated the related issue. |
Psych 5.0.1 has been released, fixing the |
@headius Thanks for letting us know. 🙏 Have a great week. |
No description provided.