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