Skip to content

Commit

Permalink
fix: change ci emulator name configuration (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra authored Apr 19, 2024
1 parent 87ed565 commit e2f0204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
emulator_ci: {
type: 'android.emulator',
device: {
avdName: 'Pixel_7_API_31',
avdName: 'emulator_ci',
},
},
},
Expand Down

0 comments on commit e2f0204

Please sign in to comment.