Skip to content

Commit a6cb7a0

Browse files
authored
fix: update simulator (#161)
1 parent 54953d9 commit a6cb7a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
HOMEBREW_NO_INSTALL_CLEANUP: 1
3939

4040
- name: Detox test
41-
run: cd test && npm i --force && CONF="ios.sim.release" npm test
41+
run: cd test && npx playwright install && npm i --force && CONF="ios.sim.release" npm test
4242

4343
- name: Upload artifacts
4444
if: failure()

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"simulator": {
7272
"type": "ios.simulator",
7373
"device": {
74-
"type": "iPhone 15"
74+
"type": "iPhone 16"
7575
}
7676
},
7777
"emulator": {

0 commit comments

Comments
 (0)