Skip to content

Commit

Permalink
Revert "Revert "Bundle iOS 25 times""
Browse files Browse the repository at this point in the history
This reverts commit fffa925.
  • Loading branch information
ceyhun committed Jul 10, 2020
1 parent e4e4e3c commit 7bb27c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ jobs:
- ~/.cocoapods/repos/trunk
- gutenberg/packages/react-native-editor/ios/vendor
- run:
name: Bundle iOS
command: npm run test:e2e:bundle:ios
name: Bundle iOS 25 times
command: for i in $(seq 1 25); do npm run clean && npm run test:e2e:bundle:ios zsh -i -c exit; done
- run:
name: Generate .app file for testing
command: WORK_DIR=$(pwd) && cd ./gutenberg/packages/react-native-editor/ios/build/gutenberg/Build/Products/Release-iphonesimulator && zip -r $WORK_DIR/gutenberg/packages/react-native-editor/ios/GutenbergDemo.app.zip GutenbergDemo.app
Expand Down

0 comments on commit 7bb27c8

Please sign in to comment.