Closed
Description
See also:
02cf805#r45455491
Description
The valid 2.13 configuration below hangs on version 2.14, because the script will infinitely wait for user input for:
Do you wish to create a custom hardware profile? [no]
Valid 2.13 configuration
- uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
script: ./gradlew connectedAndroidTest
target: google_apis
working-directory: './android'
What I expect
When I use the valid 2.13 configuration as presented above, the build will confirm the CLI question with "no" and continue.
Steps to reproduce
- Build a configuration that does not specify a
$profile
- Notice that the build will hang
Metadata
Metadata
Assignees
Labels
No labels