-
Notifications
You must be signed in to change notification settings - Fork 228
test(ci): use GitHub Actions for Ubuntu CI #719
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
So this has two failing tests - they actually look like they're doing the right thing but are starting with the wrong value (expected: 800 / got: 650 and expected: 780 / got: 630). |
The Windows runner seems to be entirely stuck - running for 1:30 at this point and I saw a tiny error before it got to this state 😬 |
This Windows failure seems to be unrelated to my changes here.
It does seem that there are also two This is potentially related to the test I've changed:
This failure seems unrelated to changes in this PR
|
- with the electron@11 fixes now in `master`, this might actually pass. - dropped Travis and updated README's badge. - adjusted xvfb to 1024x768 by default. closes #719
Uses GitHub Actions for Ubuntu CI.