Skip to content

Commit ee08261

Browse files
committed
[LOCAL] Temporarily disable prebuilds for 0.82 branch
1 parent ac2fe26 commit ee08261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ jobs:
273273
NEW_ARCH_ENABLED=1
274274
275275
export RCT_USE_LOCAL_RN_DEP=/tmp/third-party/ReactNativeDependencies${{ matrix.flavor }}.xcframework.tar.gz
276-
export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz"
276+
# Disable prebuilds for now, as they are causing issues with E2E tests for 0.82-stable branch
277+
# export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz"
277278
HERMES_ENGINE_TARBALL_PATH=$HERMES_PATH RCT_NEW_ARCH_ENABLED=$NEW_ARCH_ENABLED bundle exec pod install
278279
279280
xcodebuild \

0 commit comments

Comments
 (0)