Skip to content

Commit 6d53299

Browse files
authored
[LOCAL][RN][IOS] Fix Template E2E tests (#55142)
1 parent bdcd173 commit 6d53299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
196196
export RCT_USE_LOCAL_RN_DEP=/tmp/third-party/ReactNativeDependencies${{ matrix.flavor }}.xcframework.tar.gz
197197
# 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"
198+
export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz"
199199
RCT_NEW_ARCH_ENABLED=$NEW_ARCH_ENABLED bundle exec pod install
200200
201201
xcodebuild \

0 commit comments

Comments
 (0)