ci: run command from root

Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
Ammar Ahmed
2024-11-12 16:46:19 +05:00
committed by GitHub
parent 6cdeb48e56
commit 029cadedc4

View File

@@ -92,8 +92,7 @@ jobs:
disable-animations: true
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
force-avd-creation: false
working-directory: apps/mobile
script: cd native && detox test --configuration android.emu.release
script: yarn test:android
- name: Upload artifacts
if: failure()