Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c3b4a7c

Browse files
Revert test.ts changes and use macos-12 for ios
1 parent 684880a commit c3b4a7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
test-iOS:
5151
name: Test iOS app
52-
runs-on: macos-13
52+
runs-on: macOS-12
5353
env:
5454
NO_FLIPPER: ${{ secrets.NO_FLIPPER }}
5555
steps:

test/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ class RNProjectManager extends ProjectManager {
309309

310310
return TestUtil.getProcessOutput("npx react-native init " + appName + " --version 0.71.3 --install-pods", { cwd: projectDirectory, timeout: 30 * 60 * 1000 })
311311
.then((e) => { console.log(`"npx react-native init ${appName}" success. cwd=${projectDirectory}`); return e; })
312-
.then(()=>{TestUtil.getProcessOutput("gem install cocoapods", { cwd: projectDirectory, timeout: 30 * 60 * 1000 })})
313312
.then(this.copyTemplate.bind(this, templatePath, projectDirectory))
314313
.then<void>(TestUtil.getProcessOutput.bind(undefined, TestConfig.thisPluginInstallString, { cwd: path.join(projectDirectory, TestConfig.TestAppName) }))
315314
.then(() => { return null; })

0 commit comments

Comments
 (0)