Skip to content

Commit c4d2ac6

Browse files
cortinicofacebook-github-bot
authored andcommitted
Temporarily disable prebuilds for template e2e tests on main branch (#53715)
Summary: Pull Request resolved: #53715 This is a backport of ee08261 on `main` as otherwise 0.83 will also be affected by the same problem (CI broken for iOS on the release branch). Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D82119125 fbshipit-source-id: 6fbdcd42b446bd49ac71bbe834181ba91cc67990
1 parent 54ebfaf commit c4d2ac6

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
@@ -276,7 +276,8 @@ jobs:
276276
NEW_ARCH_ENABLED=1
277277
278278
export RCT_USE_LOCAL_RN_DEP=/tmp/third-party/ReactNativeDependencies${{ matrix.flavor }}.xcframework.tar.gz
279-
export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz"
279+
# Disable prebuilds for now, as they are causing issues with E2E tests for 0.82-stable branch
280+
# export RCT_TESTONLY_RNCORE_TARBALL_PATH="/tmp/ReactCore/ReactCore${{ matrix.flavor }}.xcframework.tar.gz"
280281
HERMES_ENGINE_TARBALL_PATH=$HERMES_PATH RCT_NEW_ARCH_ENABLED=$NEW_ARCH_ENABLED bundle exec pod install
281282
282283
xcodebuild \

0 commit comments

Comments
 (0)