CircleCI-Public / android-orb

An orb for working with Android on CircleCI
https://circleci.com/developer/orbs/orb/circleci/android
MIT License
41 stars 25 forks source link

Trying to create AVD in the background results in failure #63

Closed Nisim761 closed 1 year ago

Nisim761 commented 1 year ago

Orb version: android: circleci/android@2.1.2

This is what i have in my config.file:

Trying to add the background: true attribute to the step resulted with a failure when executing "circleci config validate", as follows, as the attribute is unnexpected: https://discuss.circleci.com/t/create-avd-in-the-background/46840/2

ryanbourdais commented 1 year ago

Hi @Nisim761, I agree there should be the ability to run that command in background because it does cause a time sink. I just opened a Pull Request that should move both steps of the create-avd command into 1 step and allow it to run with the background parameter as expected.

Nisim761 commented 1 year ago

Hi @Nisim761, I agree there should be the ability to run that command in background because it does cause a time sink. I just opened a Pull Request that should move both steps of the create-avd command into 1 step and allow it to run with the background parameter as expected.

Thank you for implementing this so quickly. How can run the create-avd command in the background?