Skip to content

Commit

Permalink
[RNMobile] Upgrade CI to use Xcode 12 (#26283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun authored Oct 28, 2020
1 parent 0a060a1 commit 148e2b2
Show file tree
Hide file tree
Showing 5 changed files with 2,636 additions and 1,661 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
run: npm run native test:e2e:bundle:ios

- name: Switch Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_11.4.1.app
run: sudo xcode-select --switch /Applications/Xcode_12.app

- name: Build (if needed)
run: test -e packages/react-native-editor/ios/build/GutenbergDemo/Build/Products/Release-iphonesimulator/GutenbergDemo.app/gutenberg || SKIP_BUNDLING=true npm run native test:e2e:build-app:ios
run: test -e packages/react-native-editor/ios/build/GutenbergDemo/Build/Products/Release-iphonesimulator/GutenbergDemo.app/gutenberg || npm run native test:e2e:build-app:ios

- name: Run iOS Device Tests
run: TEST_RN_PLATFORM=ios npm run native device-tests:local ${{ matrix.native-test-name }}
Expand Down
Loading

0 comments on commit 148e2b2

Please sign in to comment.