We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54953d9 commit a6cb7a0Copy full SHA for a6cb7a0
.github/workflows/e2e-ios.yml
@@ -38,7 +38,7 @@ jobs:
38
HOMEBREW_NO_INSTALL_CLEANUP: 1
39
40
- name: Detox test
41
- run: cd test && npm i --force && CONF="ios.sim.release" npm test
+ run: cd test && npx playwright install && npm i --force && CONF="ios.sim.release" npm test
42
43
- name: Upload artifacts
44
if: failure()
test/package.json
@@ -71,7 +71,7 @@
71
"simulator": {
72
"type": "ios.simulator",
73
"device": {
74
- "type": "iPhone 15"
+ "type": "iPhone 16"
75
}
76
},
77
"emulator": {
0 commit comments