-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
How this action be compitable with gradle/gradle-build-action #229
Comments
The emulator process is only available when the action is running, so you have to run your tests in the You can try to add
|
I've also cached the AVD as your recommendation in README, change the config to below can make AVD cache work?
|
Seems it's not the workable path of Gradle, may need to still use |
Yes you still need to use gradle/cache to cache avd. |
Thanks, |
Yeah we can update the 3rd snippet. Feel free to send a pr:) |
My current config:
Replaced
script: ./gradlew connectedDebugAndroidTest
with executingconnectedDebugAndroidTest
by gradle/gradle-build-action, but error thrown:How can I use this action with
gradle/gradle-build-action
?Can reproduce this issue in Goooler/DemoApp/pull/39.
The text was updated successfully, but these errors were encountered: