From f4f5f78173d6b9daee7e7a02ef4eb38a0d1e7b9d Mon Sep 17 00:00:00 2001 From: Ceyhun Ozugur Date: Wed, 8 Jul 2020 13:54:01 +0200 Subject: [PATCH] Bundle iOS 25 times --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ea7f29705..bf04efe503 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