Skip to content

Commit a30154d

Browse files
author
Sunita Prajapati
committed
update: updated API level to 30 due to pg install failure
1 parent d543d6f commit a30154d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
runs-on: 'macos-15-intel' # This is important, linux cannot run the emulator graphically for e2e tests
9393
strategy:
9494
matrix:
95-
api-level: [21]
96-
profile: ['pixel_xl']
95+
api-level: [30]
96+
profile: ['pixel_3a']
9797
env:
9898
YARN_ENABLE_HARDENED_MODE: 0
9999
steps:
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
api-level: ${{ matrix.api-level }}
129129
profile: ${{matrix.profile}}
130-
avd-name: Pixel_API_21_AOSP
130+
avd-name: Pixel_3a_API_30
131131
target: default
132132
force-avd-creation: false
133133
emulator-options: >
@@ -166,7 +166,7 @@ jobs:
166166
with:
167167
api-level: ${{ matrix.api-level }}
168168
profile: ${{matrix.profile}}
169-
avd-name: Pixel_API_21_AOSP
169+
avd-name: Pixel_3a_API_30
170170
target: default
171171
force-avd-creation: false
172172
emulator-options: >

examples/E2E/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
emulator: {
6464
type: 'android.emulator',
6565
device: {
66-
avdName: process.env.CI ? 'Pixel_API_21_AOSP' : 'Medium_Phone_API_36.1'
66+
avdName: process.env.CI ? 'Pixel_3a_API_30' : 'Medium_Phone_API_36.1'
6767
}
6868
}
6969
},

0 commit comments

Comments
 (0)