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 41221b8 commit 2daaec3Copy full SHA for 2daaec3
.github/workflows/test-all.yml
@@ -195,7 +195,7 @@ jobs:
195
196
export RCT_USE_LOCAL_RN_DEP=/tmp/third-party/ReactNativeDependencies${{ matrix.flavor }}.xcframework.tar.gz
197
# Disable prebuilds for now, as they are causing issues with E2E tests for 0.82-stable branch
198
- # export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz"
+ export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz"
199
RCT_NEW_ARCH_ENABLED=$NEW_ARCH_ENABLED bundle exec pod install
200
201
xcodebuild \
0 commit comments