Skip to content

Commit

Permalink
chore: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Apr 9, 2024
1 parent 4d6df4b commit bec9c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
devices: {
'ios.simulator': {
type: 'ios.simulator',
headless: true,
headless: process.env.CI ? true : undefined,
device: { type: 'iPhone 15 Pro' },
},
'android.emulator': {
Expand Down

0 comments on commit bec9c13

Please sign in to comment.