File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments