Skip to content

Commit 5ee1f9c

Browse files
committed
fix ios env
1 parent b42b148 commit 5ee1f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: IOS E2E Test
3838
env:
3939
EXCLUDED_ARCHS: "x86_64"
40-
run: devbox run test-ios
40+
run: devbox run test-ios --omit-nix-env
4141

4242
run-e2e-android:
4343
runs-on: 'ubuntu-latest'
@@ -68,7 +68,7 @@ jobs:
6868
profile: ${{matrix.profile}}
6969
avd-name: Pixel_API_21_AOSP
7070
target: default
71-
force-avd-creation: false
71+
force-avd-creation: true
7272
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
7373
disable-animations: true
7474
script: devbox run test-android

0 commit comments

Comments
 (0)