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 df1c5b0 commit 5fc42beCopy full SHA for 5fc42be
1 file changed
.github/workflows/e2e-v2.yml
@@ -305,7 +305,7 @@ jobs:
305
platform: ['android', 'ios']
306
build-type: ['production']
307
ios-use-frameworks: ['no'] # test only no framworks
308
- engine: ['hermes', 'jsc']
+ engine: ['hermes']
309
include:
310
- platform: ios
311
rn-version: '0.81.0'
@@ -319,11 +319,6 @@ jobs:
319
# exclude all rn versions lower than 0.80.0 for new architecture
320
- rn-version: '0.71.11'
321
rn-architecture: 'new'
322
- # e2e test only the default combinations
323
- - rn-version: '0.71.11'
324
- engine: 'hermes'
325
- - rn-version: '0.81.0'
326
- engine: 'jsc'
327
328
steps:
329
- uses: actions/checkout@v5
0 commit comments