-
Notifications
You must be signed in to change notification settings - Fork 986
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
ci: use github actions #852
Conversation
Is there any way we can see if the actions will succeed once merged? |
Looks like we can see the results in the fork. Seems good https://github.com/erisu/cordova-ios/actions |
@timbru31 here is an example last run after the recent rebase: https://github.com/erisu/cordova-ios/actions/runs/111508020 |
d76c06f
to
4600e4f
Compare
I cleaned up the test changes and here is the latest CI run results: https://github.com/erisu/cordova-ios/actions/runs/116486160 |
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.
Still looks good
* dropped travis ci * dropped appveyor * added package-lock.json * updated coverage to include e2e tests * updated test scripts
Motivation, Context & Description
Drop Travis CI and AppVeyor for GitHub Actions
Testing
npm t
Checklist