From 87386871297fe42efe4270d2c22936f7f80a76d8 Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Mon, 5 Apr 2021 20:01:44 +0530 Subject: [PATCH] ... --- .github/workflows/android_detox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_detox.yml b/.github/workflows/android_detox.yml index 25080c95a..7a836c77a 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -34,7 +34,7 @@ jobs: - name: Build for detox run: | - yarn detox build e2e --configuration android.experimental.play.debug + yarn detox build e2e --configuration android.experimental.play.emu.debug - name: Android Emulator timeout-minutes: 10