From e406c82aa3b75c0fbc3d14c277d1e1dcef9bd2b6 Mon Sep 17 00:00:00 2001 From: Salakar Date: Mon, 3 Sep 2018 22:19:26 +0100 Subject: [PATCH] [build][ci] tweak iOS build workflow --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06ae79af..042332ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -159,7 +159,6 @@ jobs: name: Start iPhone 7 Plus simulator (background) background: true command: xcrun simctl boot "iPhone 7 Plus" || true - - run: *packager-jet - run: name: Configure Environment Variables command: | @@ -185,7 +184,6 @@ jobs: pod install - save-cache: *save-pods-cache - # XCode Build - restore-cache: *restore-ios-build-cache - run: @@ -193,6 +191,9 @@ jobs: command: cd tests && yarn run build-ios - save-cache: *save-ios-build-cache + # must always be after environment config job + - run: *packager-jet + # Now Test \o/ - run: name: Run Jet Tests