-
Notifications
You must be signed in to change notification settings - Fork 159
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
Prepare CI with GitHub actions for publishing #428
Conversation
846aa8d
to
a604002
Compare
.github/workflows/ci.yml
Outdated
strategy: | ||
fail-fast: false | ||
matrix: | ||
ruby: |
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.
Should 3.3 be included?
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.
Good idea.
@justinhoward If not for checking tests passing, and for solely gem release, why don't you remove the test steps from the action? |
288d2ef
to
6abfa51
Compare
6abfa51
to
db1ea97
Compare
Disabled tests in CI for now. I'm not sure how to solve the testing problem, but perhaps its best to move forward with releases anyway. |
Testing to see what needs to be in place to prepare for automated publishing to rubygems. I assume we'll want tests to pass, so some changes or filtering may need to be done to the test suite.