Commit 51b4029 1 parent 1d59b38 commit 51b4029 Copy full SHA for 51b4029
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
on : [pull_request]
4
4
5
5
jobs :
6
- test :
6
+ test-new-arch :
7
7
runs-on : macos-15-xlarge
8
8
steps :
9
9
- uses : actions/checkout@v4
34
34
- run : bash ./scripts/run_ci_tasks.sh -i
35
35
- run : bash ./scripts/run_ci_tasks.sh -a
36
36
37
- test-android- old-arch :
37
+ test-old-arch :
38
38
runs-on : macos-15-xlarge
39
39
steps :
40
40
- uses : actions/checkout@v4
60
60
with :
61
61
node-version-file : .nvmrc
62
62
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
64
65
- run : sed -i '' 's/newArchEnabled=true/newArchEnabled=false/' example/android/gradle.properties
65
66
- run : npm run bootstrap
66
67
- run : bash ./scripts/run_ci_tasks.sh -a
You can’t perform that action at this time.
0 commit comments