-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 configuration example for Github Actions #2617
Comments
@olexandr13 these are my github actions for both android and ios :
Also, make sure to use Test Butler (I don't know if it works without it), else remove This might help you to setup Test Butler. |
@yungkittty , should definitely open a PR with that 🙇🏿 👏🏿 |
@yungkittty thank you a lot for your solution! I have configured the tests similar to your code but got error |
@ferdicus I'll try to do that when I've some free time. @olexandr13 I don't remember having a similar error, I'd say to double check that the configuration is exactly the same, especially on the action that installs java and the android emulator. I can't help you much more, sorry 🤷♂️ |
@yungkittty looks like this issue does not depend on configuration. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
The issue has been closed for inactivity. |
@yungkittty Hello! I implemented your example, but I got this error: "No instrumentation runner found on device {{emulatorName}} for package {{packageName}}". Did you have this problem too? |
It would be great to see the CI configuration example for Github Actions.
The text was updated successfully, but these errors were encountered: