Skip to content

Commit 798840a

Browse files
committed
Revert "Add matrix with prebuilds for RN core and deps enabled"
This reverts commit 86ff582.
1 parent 492e09c commit 798840a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,8 @@ jobs:
7676
- run: npm test
7777
test-ios:
7878
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
79-
name: Test app (iOS${{ matrix.rn-deps-prebuilds && ' / RN deps prebuilds' || '' }}${{ matrix.rn-core-prebuilds && ' / RN core prebuilds' || '' }})
79+
name: Test app (iOS)
8080
runs-on: macos-latest
81-
strategy:
82-
matrix:
83-
rn-deps-prebuilds:
84-
- true
85-
- false
86-
rn-core-prebuilds:
87-
- true
88-
- false
8981
steps:
9082
- uses: actions/checkout@v4
9183
- uses: actions/setup-node@v4
@@ -108,11 +100,6 @@ jobs:
108100
FERRIC_TARGETS: aarch64-apple-ios-sim
109101
- run: npm run pod-install
110102
working-directory: apps/test-app
111-
env:
112-
# Optionally enable experimental prebuilds
113-
# https://reactnative.dev/blog/2025/08/12/react-native-0.81#experimental-precompiled-ios-builds
114-
RCT_USE_PREBUILT_RNCORE: ${{ matrix.rn-core-prebuilds && '1' || '0' }}
115-
RCT_USE_RN_DEP: ${{ matrix.rn-deps-prebuilds && '1' || '0' }}
116103
- name: Run tests (iOS)
117104
run: npm run test:ios:allTests
118105
# TODO: Enable release mode when it works

0 commit comments

Comments
 (0)