Skip to content

Commit ea306e8

Browse files
re: flag for skipping mobile installation
1 parent 538e637 commit ea306e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

node_cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,10 +1359,10 @@ async def main():
13591359

13601360
if not disable_mobile_install:
13611361
setup_nodejs_appium()
1362-
update_java_path()
1362+
update_java_path()
1363+
update_android_sdk_path()
1364+
update_outdated_modules()
13631365

1364-
update_android_sdk_path()
1365-
update_outdated_modules()
13661366
asyncio.create_task(start_server())
13671367
start_ui_dump_uploads()
13681368
asyncio.create_task(delete_old_automationlog_folders())

0 commit comments

Comments
 (0)