From 616ba7a3c63e59a407d561352ca44f1e0e738932 Mon Sep 17 00:00:00 2001 From: ychescale9 Date: Sat, 23 Nov 2019 20:57:10 +1100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 078bc292..07522a90 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ A GitHub Action for installing, configuring and running Android Emulators on mac The old ARM-based emulators were slow and are no longer supported by Google. The modern Intel Atom (x86 and x86_64) emulators require hardware acceleration (HAXM on Mac & Windows, QEMU on Linux) from the host to run fast. This presents a challenge on CI as to be able to run hardware accelerated emulators within a docker container, **KVM** must be supported by the host VM which isn't the case for cloud-based CI providers due to infrastructural limits. -The **masOS** VM provided by **GitHub Actions** has **HAXM** installed so we are able to create a new AVD instance, launch an emulator with hardware acceleration, and run our Android instrumented tests directly on the VM. +The **masOS** VM provided by **GitHub Actions** has **HAXM** installed so we are able to create a new AVD instance, launch an emulator with hardware acceleration, and run our Android +tests directly on the VM. This action automates the process by doing the following: @@ -23,7 +24,7 @@ This action automates the process by doing the following: Note that this action must be run on a **macOS** VM, e.g. `macOS-latest` or `macOS-10.14`. -A workflow that uses **android-emulator-runner** to run your instrumented on **API 29**: +A workflow that uses **android-emulator-runner** to run your instrumented tests on **API 29**: ``` jobs: