Skip to content

Commit

Permalink
Revert test.ts changes and use macos-12 for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
DordeDimitrijev committed Jun 20, 2024
1 parent 684880a commit c3b4a7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/react-native-code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

test-iOS:
name: Test iOS app
runs-on: macos-13
runs-on: macOS-12
env:
NO_FLIPPER: ${{ secrets.NO_FLIPPER }}
steps:
Expand Down
1 change: 0 additions & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ class RNProjectManager extends ProjectManager {

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

0 comments on commit c3b4a7c

Please sign in to comment.