[build][ci] tweak iOS build workflow

This commit is contained in:
Salakar 2018-09-03 22:19:26 +01:00
parent 46211bac34
commit e406c82aa3
1 changed files with 3 additions and 2 deletions

View File

@ -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