Skip to content

Commit d0c8e19

Browse files
committed
Fixes
1 parent 68d4c72 commit d0c8e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
if: ${{ needs.diff_check.outputs.skip_ci != 'true' && needs.auth_token_check.outputs.skip_ci != 'true' && !startsWith(github.ref, 'refs/heads/release/') }}
3131
env:
3232
SENTRY_DISABLE_AUTO_UPLOAD: 'true'
33-
NEW_HERMES_RUNTIME: 'true'
3433
strategy:
3534
# we want that the matrix keeps running, default is to cancel them if it fails.
3635
fail-fast: false
@@ -101,6 +100,7 @@ jobs:
101100
export PRODUCTION=1
102101
if [[ ${{ matrix.rn-architecture }} == 'new' ]]; then
103102
export RCT_NEW_ARCH_ENABLED=1
103+
export NEW_HERMES_RUNTIME=1
104104
fi
105105
pod install
106106
cd ../..
@@ -316,7 +316,7 @@ jobs:
316316
rn-architecture: 'new'
317317
# e2e test only the default combinations
318318
- rn-version: '0.71.11'
319-
engine: 'jsc'
319+
engine: 'hermes'
320320
- rn-version: '0.81.0'
321321
engine: 'jsc'
322322

0 commit comments

Comments
 (0)