Skip to content

Commit 51b4029

Browse files
committed
Update ci to test both old arch for both
1 parent 1d59b38 commit 51b4029

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [pull_request]
44

55
jobs:
6-
test:
6+
test-new-arch:
77
runs-on: macos-15-xlarge
88
steps:
99
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434
- run: bash ./scripts/run_ci_tasks.sh -i
3535
- run: bash ./scripts/run_ci_tasks.sh -a
3636

37-
test-android-old-arch:
37+
test-old-arch:
3838
runs-on: macos-15-xlarge
3939
steps:
4040
- uses: actions/checkout@v4
@@ -60,7 +60,8 @@ jobs:
6060
with:
6161
node-version-file: .nvmrc
6262
cache: 'npm'
63-
63+
64+
- run: sed -i '' "s/ENV\['RCT_NEW_ARCH_ENABLED'\] = '1'/ENV\['RCT_NEW_ARCH_ENABLED'\] = '0'/g" example/ios/Podfile
6465
- run: sed -i '' 's/newArchEnabled=true/newArchEnabled=false/' example/android/gradle.properties
6566
- run: npm run bootstrap
6667
- run: bash ./scripts/run_ci_tasks.sh -a

0 commit comments

Comments
 (0)