Skip to content

Commit afb5681

Browse files
fix: run emulator
1 parent f891a03 commit afb5681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
- name: Run emulator, Metro, and E2E
100100
uses: reactivecircus/android-emulator-runner@v2
101101
with:
102-
working-directory: apps/${{ env.WORKING_DIRECTORY }}
103102
api-level: ${{ env.API_LEVEL }}
104103
target: default
105104
profile: pixel_2
@@ -111,6 +110,7 @@ jobs:
111110
avd-name: e2e_emulator
112111
arch: x86_64
113112
script: |
113+
cd apps/${WORKING_DIRECTORY}
114114
# Start Metro in the background
115115
E2E=true yarn start &> output.log &
116116
# Wait for emulator to boot fully

0 commit comments

Comments
 (0)