[build][ci] tweak iOS build workflow
This commit is contained in:
parent
46211bac34
commit
e406c82aa3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue