Skip to content
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 for CI #1308

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Use GitHub Actions for CI #1308

merged 1 commit into from
Oct 7, 2020

Conversation

peterzhu2118
Copy link
Member

Switch from Travis to GH Actions for CI. We're seeing long queue times on Travis during peak times (up to several hours).

Actions doesn't have a great "Allowed Failures" feature. It's emulated using the continue-on-error feature, which lets the build pass even if the particular step fails. The downside to this is that ruby-head looks like it's passing, but it's actually not when you look at the logs. It's a feature requested in actions/runner#2347.

@peterzhu2118 peterzhu2118 merged commit bd34cd5 into master Oct 7, 2020
@peterzhu2118 peterzhu2118 deleted the pz-gh-actions branch October 7, 2020 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants