Skip to content

Commit

Permalink
fix detox local configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Any2suited66 committed Dec 13, 2024
1 parent ae00653 commit 637272d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-mobile/detox.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ module.exports = {
}
},
'android.external.release.smoke.ci': {
device: 'emulator',
device: 'emulator_ci',
app: 'android.external.release.ci',
artifacts: {
rootDir: './e2e/artifacts/android'
Expand All @@ -476,7 +476,7 @@ module.exports = {
}
},
'android.external.release.regression.ci': {
device: 'emulator',
device: 'emulator_ci',
app: 'android.external.release.ci',
artifacts: {
rootDir: './e2e/artifacts/android'
Expand Down

0 comments on commit 637272d

Please sign in to comment.