We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42b148 commit 5ee1f9cCopy full SHA for 5ee1f9c
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: IOS E2E Test
38
env:
39
EXCLUDED_ARCHS: "x86_64"
40
- run: devbox run test-ios
+ run: devbox run test-ios --omit-nix-env
41
42
run-e2e-android:
43
runs-on: 'ubuntu-latest'
@@ -68,7 +68,7 @@ jobs:
68
profile: ${{matrix.profile}}
69
avd-name: Pixel_API_21_AOSP
70
target: default
71
- force-avd-creation: false
+ force-avd-creation: true
72
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
73
disable-animations: true
74
script: devbox run test-android
0 commit comments