Skip to content

Commit 3002fd6

Browse files
authored
refactor(test): emulator set to pixel 8 (#4024)
## Description Pixel 8 is latest supported emulator/device for api level 34. As we are currently no update api level to 36 due to problem with test on stack v4 after changing OnBackPressedDispatcher settings software-mansion/react-native-screens-labs#1459 we need to use emulator for api level 34. It will be updated to pixel9 (or newer) when we will change API level for tests. ## Changes Emulator in workflow updated to Pixel 8.
1 parent ac87ab2 commit 3002fd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-e2e-test-fabric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
api-level: ${{ env.API_LEVEL }}
9696
target: default
97-
profile: pixel_9
97+
profile: pixel_8
9898
ram-size: '4096M'
9999
disk-size: '10G'
100100
disable-animations: false
@@ -110,7 +110,7 @@ jobs:
110110
working-directory: ${{ env.WORKING_DIRECTORY }}
111111
api-level: ${{ env.API_LEVEL }}
112112
target: default
113-
profile: pixel_9
113+
profile: pixel_8
114114
ram-size: '4096M'
115115
disk-size: '10G'
116116
disable-animations: false

0 commit comments

Comments
 (0)