File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ workflows:
2121 - test_objc
2222 - test_xcode_8
2323 - test_multi_target
24+ - test_workspace
2425
2526 test_cloudkit :
2627 envs :
@@ -67,6 +68,18 @@ workflows:
6768 after_run :
6869 - _common
6970
71+ test_workspace :
72+ envs :
73+ - SAMPLE_APP_URL : https://github.com/bitrise-samples/sample-apps-ios-workspace-swift.git
74+ - COMMIT : " 1360413258cc7f6a8676c17f060ff39899fc28b1"
75+ - BITRISE_PROJECT_PATH : sample-apps-ios-workspace-swift.xcworkspace
76+ - BITRISE_SCHEME : sample-apps-ios-workspace-swift
77+ - FORCE_CODE_SIGN_IDENTITY : " iPhone Developer: Bitrise Bot"
78+ - PROV_PROFILE_SPECIFIER : " BitriseBot-Wildcard"
79+ - FORCE_TEAM_ID : 72SA8V3WYL
80+ after_run :
81+ - _common
82+
7083 _common :
7184 steps :
7285 - script :
@@ -107,6 +120,7 @@ workflows:
107120 - force_code_sign_identity : $FORCE_CODE_SIGN_IDENTITY
108121 - force_team_id : $FORCE_TEAM_ID
109122 - verbose_log : " yes"
123+ - force_provisioning_profile_specifier : $PROV_PROFILE_SPECIFIER
110124 - icloud_container_environment : $ICLOUD_CONTAINER_ENVIRONMENT
111125 - script :
112126 title : Output (generated by the Step) tests
You can’t perform that action at this time.
0 commit comments