Skip to content

Change in 2.14 breaks valid 2.13 configuration #113

Closed
@edeckers

Description

@edeckers

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

  1. Build a configuration that does not specify a $profile
  2. Notice that the build will hang

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions