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

feat: added background to create-avd #65

Closed ryanbourdais closed 1 year ago

ryanbourdais commented 1 year ago

Added the ability to run create-avd in background, moved all run steps of create-avd.ymlinto the create-avd.sh file, and fixed the test-fastlane step of the test-deploy config. This should close #63

ryanbourdais commented 1 year ago

I should note that the fastlane test fix simply changes the command that fastlane runs, so it prevents the orb tests from failing. Long term I need to decide whether to fix the true automation of the deployments on the sample app and add a test for that.

Nisim761 commented 1 year ago

Added the ability to run create-avd in background, moved all run steps of create-avd.ymlinto the create-avd.sh file, and fixed the test-fastlane step of the test-deploy config. This should close #63

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