Skip to content

Commit e14d3cf

Browse files
author
Sunita Prajapati
committed
fix(e2e): Update devbox run command to pass ANDROID_SDK_ROOT via --env flag
1 parent 6fc8a3f commit e14d3cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-mobile-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Run Android E2E Tests
6666
working-directory: examples/E2E-compat
67-
run: devbox run --pure test:e2e:android
67+
run: devbox run --pure --env ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT test:e2e:android
6868
env:
6969
DETOX_AVD: medium_phone_API33_x86_64
7070

@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Run Android E2E Tests
139139
working-directory: examples/E2E-latest
140-
run: devbox run --pure test:e2e:android
140+
run: devbox run --pure --env ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT test:e2e:android
141141
env:
142142
DETOX_AVD: medium_phone_API35_x86_64
143143

0 commit comments

Comments
 (0)