Skip to content

Commit

Permalink
Skip switching xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Oct 22, 2020
1 parent 10b996b commit a016323
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,19 @@ jobs:
- name: Bundle iOS
run: npm run native test:e2e:bundle:ios

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

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Switch Xcode Version
# 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 || 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 }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: always()

- name: Prepare build cache
run: rm packages/react-native-editor/ios/build/GutenbergDemo/Build/Products/Release-iphonesimulator/GutenbergDemo.app/main.jsbundle

Expand Down

0 comments on commit a016323

Please sign in to comment.