From 0c8fc8b9921b514e408ecc6044d98a936019b425 Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Tue, 6 Apr 2021 12:45:17 +0530 Subject: [PATCH] last correction --- .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 cc920297e..af9500adf 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -47,4 +47,4 @@ jobs: echo "Emulator started" - name: Android Detox - run: yarn start & yarn detox test --configuration android.experimental.play.debug \ No newline at end of file + run: yarn start & yarn detox test --configuration android.experimental.play.emu.debug \ No newline at end of file