Skip to content

Commit

Permalink
fix: x86
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Dec 10, 2023
1 parent 900ab04 commit a579069
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -132,11 +132,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -164,11 +164,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -196,11 +196,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -228,11 +228,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -260,11 +260,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -292,11 +292,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -324,11 +324,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -356,11 +356,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down Expand Up @@ -388,11 +388,11 @@ jobs:
api-level: 31
cores: 1
ram-size: 4096M
profile: Nexus 6
profile: 5.4in FWVGA
avd-name: Pixel_API_31_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none -partition-size 2047
arch: x86_64
arch: x86
script: |
sleep 1
adb root
Expand Down

0 comments on commit a579069

Please sign in to comment.