-
Notifications
You must be signed in to change notification settings - Fork 53
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: add gh-actions workflow #215
Conversation
This adds a working example for iOS The Chrome tests could work in theory. The Android testsuite currently times out for unknown reasons.
* add caching step * hoist configurations * update the step names
This is looking good to me. As additional testing, I have forked and run a GitHub Action workflows for |
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.
I see some Q
usage here that I'm always in favour of removing, but I suspect that's a much larger task involving the entire paramedic codebase?
As for the |
Motivation and Context
Migrate paramedic to GH Actions
Testing
Checklist