From 7bb27c82d0272634a190cc1fabb6323da387a306 Mon Sep 17 00:00:00 2001 From: Ceyhun Ozugur Date: Fri, 10 Jul 2020 14:22:40 +0200 Subject: [PATCH] Revert "Revert "Bundle iOS 25 times"" This reverts commit fffa9254b0959a99d59a5dbd08a7eeb193ba321c. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32c0c0bc0e..b3128120d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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