Start RN debug server earlier

This commit is contained in:
Anant Bhasin 2021-04-10 02:00:08 +05:30
parent 13bf3b7601
commit 12cf327754
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ jobs:
- name: Build for detox
run: |
yarn detox build e2e/tests --configuration android.experimental.play.emu.debug
yarn start &
- name: Android Emulator
timeout-minutes: 10
@ -48,4 +49,4 @@ jobs:
echo "Emulator started"
- name: Android Detox
run: yarn start & yarn detox test e2e/tests --configuration android.experimental.play.emu.debug
run: yarn detox test e2e/tests --configuration android.experimental.play.emu.debug