We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc8a3f commit e14d3cfCopy full SHA for e14d3cf
1 file changed
.github/workflows/e2e-mobile-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Run Android E2E Tests
66
working-directory: examples/E2E-compat
67
- run: devbox run --pure test:e2e:android
+ run: devbox run --pure --env ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT test:e2e:android
68
env:
69
DETOX_AVD: medium_phone_API33_x86_64
70
@@ -137,7 +137,7 @@ jobs:
137
138
139
working-directory: examples/E2E-latest
140
141
142
DETOX_AVD: medium_phone_API35_x86_64
143
0 commit comments