-
Notifications
You must be signed in to change notification settings - Fork 11
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
Does it work with GitHub Actions? #197
Comments
I was unable to get it to run on GitHub Actions, not because of the issue you faced but because the test runners don't support running emulators. I think they may have a chance of working on the mac runtime but not Linux |
Thank you for your quick response. I guess Android Emulators must work, because the GitHub runner has an Android Emulator installed: https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md I try that manually now and got the error message |
I guess I just give my vote for #183 , because since I'm developing on a Mac, but want to run it on a Linux GitHub runner this seems to be my problem. Of course I could run it on the Mac GitHub runner, but they are really expensive. |
You are right about that after all. It's installed on the machine for some reason, but it's unusable because it denies to start at all due to missing hardware acceleration. ReactiveCircus/android-emulator-runner#46 I closed the issue because this problem has nothing to do with your plugin. |
Without further investigating I would like to ask if you know about any issues running it with GitHub Actions.
My integration test runs fine on my local machine and I just tried to execute it with GitHub Actions, but it fails here:
The text was updated successfully, but these errors were encountered: