[build][ci] tweak iOS build workflow

This commit is contained in:
Salakar 2018-09-03 22:59:38 +01:00
parent e406c82aa3
commit c210af7409
1 changed files with 3 additions and 3 deletions

View File

@ -184,6 +184,9 @@ jobs:
pod install
- save-cache: *save-pods-cache
# must always be after environment config job but before ios build
- run: *packager-jet
# XCode Build
- restore-cache: *restore-ios-build-cache
- run:
@ -191,9 +194,6 @@ 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