Skip to content

Commit 2daaec3

Browse files
committed
[LOCAL][RN][IOS] Fix Template E2E tests
1 parent 41221b8 commit 2daaec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)