-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: added background to create-avd #65
Conversation
test lint fix added test step rewrote test to be more clear test test test test test test test test test test test test test test test fix removed eval removed old install step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM but would like a review by Jeff as well.
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. |
Thank you for implementing this so quickly. How can run the create-avd command in the background? |
Added the ability to run create-avd in background, moved all run steps of
create-avd.yml
into thecreate-avd.sh
file, and fixed the test-fastlane step of thetest-deploy
config. This should close #63