Skip to content

Commit 9586546

Browse files
committed
Update docket install
1 parent 841d0e9 commit 9586546

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
with:
4141
repository: amrsa1/Android-Emulator-image
4242
path: Android-Emulator-image
43+
- name: Install Docker
44+
if: ${{ startsWith(matrix.os, 'macos-') }}
45+
run: brew install docker
4346
- name: "Launch emulator (Docker)"
4447
timeout-minutes: 20
4548
working-directory: Android-Emulator-image
@@ -52,7 +55,7 @@ jobs:
5255
--build-arg EMULATOR_DEVICE="Nexus 6" \
5356
--build-arg EMULATOR_NAME=nexus \
5457
-t my-android-image .
55-
docker exec --privileged -it -e EMULATOR_TIMEOUT=300 androidContainer bash -c "./start_emu_headless.sh"
58+
docker exec --privileged -it -e EMULATOR_TIMEOUT=300 my-android-image bash -c "./start_emu_headless.sh"
5659
adb shell 'echo Hello World'
5760
5861
#- name: "Launch emulator"

0 commit comments

Comments
 (0)